|
-
Feb 22nd, 2002, 07:39 PM
#1
Thread Starter
New Member
Paint a textbox onto a form
I'm trying to bitblt a form that is hidden. If I turn autoredraw on I can blt the form, and see the lines and text I created using the .line and .text methods on the form, but I cannot see any controls. The only control I need is the textbox. does anyone know how I can "paint" the textbox control onto the form so that I can bitblt a hidden form and capture the textbox as well?
Thanks
Kev
-
Feb 23rd, 2002, 03:43 PM
#2
Frenzied Member
You probably need to blt the child controls as well...try EnumChildWindows and GetDC in a loop?
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
|