How to display bitmap at runtime in the dialog box
Printable View
How to display bitmap at runtime in the dialog box
Hi,
Use CStatic::SetBitmap
Hi
if your bitmap is a resource then use CBitmap::LoadBitmap, else if your bitmap is not a resource then you will need to use DIB's(Device Indipendent Bitmaps). This is a little harder.
If this is what you need, I have a Class that opens a bitmap and returns a CBitmap for you.If this would be usefull then mail me.