News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Adding an image

Started by Nilrem, April 21, 2005, 05:25:15 PM

Previous topic - Next topic

Nilrem

In RadASM I have added the image (bitmap) to the dialog window. Added it into my .const section. The image doesn't appear, how do I initilize it? Is there a sendmessage, for example sendmessage,hdialog,addimage?

Vortex

Hi Nilrem,

You can check Iczelion's ISimple Bitmap tutorial #25 about handling bitmaps.

Nilrem

Idiotic me I have them downloaded and should have checked them first. Thanks I'll take a look.

Nilrem

Not sure what I'm doing really. I want it to be shown in my dialog window (the only window there).
Can RadASM be used to simplify it?

Edit
Figured it out, but I send it to the back and everything else to the front but the image covers the buttons etc. Why is this?

Edit again
I feel so stupid, I forgot about clippings. Thanks a lot guys anyways.