Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capture screen
Message
From
06/03/2002 23:18:15
Max Chen
Yx Software
Shunde, China
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Title:
Capture screen
Miscellaneous
Thread ID:
00629370
Message ID:
00629370
Views:
55
FUNCTION gvPrintScreen
*- captrue screen to clipboard
DECLARE INTEGER keybd_event IN Win32API ;
INTEGER, INTEGER, INTEGER, INTEGER
VK_SNAPSHOT = 44
keybd_event(VK_SNAPSHOT, 1, 0, 0)
*-----

I use the above function print screen to clipboard,

but how to transfer to pic to file ?

Any suggustion ?

TIA.

max.
Next
Reply
Map
View

Click here to load this message in the networking platform