|
-
Apr 13th, 2001, 01:28 PM
#1
Thread Starter
Lively Member
is it possible to draw on and display bitmaps on dialog resources in MFC? if so how? (at runtime using event handlers)
im using visual c++ 6. thanks.
-
Apr 13th, 2001, 02:15 PM
#2
Frenzied Member
To display a picture on a dialog, put a picture box on the dialog. Add the Bitmap you want to put as a resource and in the picture box's propery dialog (the bitmap property) choose the resource name for the bitmap. The bitmap is going to be displayed.
-
Apr 13th, 2001, 02:52 PM
#3
Thread Starter
Lively Member
yes but how would i change the picture within code, say if i wanted a command button event to change the picture in the picturebox
-
Apr 13th, 2001, 03:51 PM
#4
Thread Starter
Lively Member
well i figured everything out i needed, thanks
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
|