|
-
May 24th, 2001, 03:39 AM
#1
Thread Starter
Addicted Member
Saving
Hiyas,
I have a picture box. How do I save the picture from the picture box as a BMP?
Thanks.
-Git
Last edited by git; May 24th, 2001 at 04:08 AM.
-
May 24th, 2001, 05:48 AM
#2
Thread Starter
Addicted Member
More info
FYI...
SavePicture CapturePicture(1).Picture, App.Path & "\" & PicID & ".bmp"
I tried that, but I get an Invalid Property Value. What's wrong with it?
-
May 24th, 2001, 06:51 AM
#3
Thread Starter
Addicted Member
Fixed it...but, I can't capture screens from a DOS game. I tried capturing via this command:
Call keybd_event(vbKeySnapshot, 0, 0, 0)
But it only captures the taskbar...
Does anyone know how to capture properly from a DOS game?
Thanks,
-Git
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
|