Hiyas,
I have a picture box. How do I save the picture from the picture box as a BMP?
Thanks.
-Git
Printable View
Hiyas,
I have a picture box. How do I save the picture from the picture box as a BMP?
Thanks.
-Git
FYI...
SavePicture CapturePicture(1).Picture, App.Path & "\" & PicID & ".bmp"
I tried that, but I get an Invalid Property Value. What's wrong with it?
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