|
-
May 25th, 2002, 06:16 AM
#1
Thread Starter
New Member
BitBlt
I'm using BitBlt to copy an area of the screen to a picture box, and want to be able to save this. The problem I'm getting is that SavePicture saves whatever was in the picture box before it was blitted, and if you minimize the form, when you bring it back the blitted information is gone. Does anyone know how to fix this?
-
May 25th, 2002, 07:36 AM
#2
Hyperactive Member
SavePicture Picture1.Image, "filepath"
-
May 25th, 2002, 08:02 AM
#3
Thread Starter
New Member
this does the same as SavePicture Picture1.Picture, "path" - which is save the image that was there before the picture object was blitted.
-
May 25th, 2002, 07:16 PM
#4
Frenzied Member
try to set autoredraw = true
Sanity is a full time job
Puh das war harter Stoff!
-
May 26th, 2002, 01:29 AM
#5
Try a MSGbox
I don't know if what your doing can include one, but sometimes a Msgbox does strange things when Bitblt is used.
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
|