|
-
September 16th, 1999, 12:08 AM
#1
Display Bitmap
How to display bitmap at runtime in the dialog box
-
September 16th, 1999, 12:21 AM
#2
Re: Display Bitmap
Hi,
Use CStatic::SetBitmap
-
September 16th, 1999, 09:03 AM
#3
Re: Display Bitmap
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|