Hi,
well, this is not a question related to demos or intros its more general...
I started with PureBasic for a few days and now maybe someone can point me to the right direction using resource files.
The problem:
I've created an rc file containing a dialog with an image and a few buttons / checkbox. What I want to archive is to use that dialog while only using winapi. So no Gadget stuff involved right now. Showing that dialog wasn't a big deal so far but my problem now is: like I told before the dialog had an image when I store e.g. a bitmap for example inside the resource file, how can I display that bitmap in the dialog's image component?
Hopefully you understand what I mean its like when I use a resource editor, for whatever reason I can add the bitmap resource but I can't associate that to the image component on the dialog directly...
So I guess I have to do it from code itself?
regards