|
-
March 30th, 1999, 11:50 AM
#1
How to draw inside a bitmap control included in a dialog box?
How to draw a line inside a bitmap control that is included in a dialog?
thanks
German
-
May 30th, 1999, 12:14 AM
#2
Re: How to draw inside a bitmap control included in a dialog box?
I supose you want to include some image in a dialog using a PictureBox at design time.
First include on your proyect a new resource of Bitmap type.
Draw whatever you want inside.
Asign an ID to the resource, ID_MY_IMAGE or something.
Include a Picture Box control in your dialog.
In the properties window set the Type property of your picture box to Bitmap and the Image property to the ID of the bitmap you created.
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
|