|
-
May 27th, 2009, 10:50 AM
#1
Drawing on picturebox,mdiparrent,richtextbox
is there any chance to draw by Gdi on PictureBox,MdiParrent(before the child is loaded),RichTextBox
-
May 27th, 2009, 11:53 AM
#2
Re: Drawing on picturebox,mdiparrent,richtextbox
I think you can just override OnPaint for the PictureBox. For a RichTextBox you will need to set the OwnerDraw flag and draw the entire thing yourself.
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
|