Anil Hashia
September 16th, 1999, 12:08 AM
How to display bitmap at runtime in the dialog box
|
Click to See Complete Forum and Search --> : Display Bitmap Anil Hashia September 16th, 1999, 12:08 AM How to display bitmap at runtime in the dialog box September 16th, 1999, 12:21 AM Hi, Use CStatic::SetBitmap Phill Heald September 16th, 1999, 09:03 AM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |