CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2009
    Posts
    17

    Question Drawing on picturebox,mdiparrent,richtextbox

    is there any chance to draw by Gdi on PictureBox,MdiParrent(before the child is loaded),RichTextBox

  2. #2
    Join Date
    Jun 2008
    Posts
    2,477

    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
  •  





Click Here to Expand Forum to Full Width

Featured