Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Capture screen
Message
De
06/03/2002 23:18:15
Max Chen
Yx Software
Shunde, Chine
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Titre:
Capture screen
Divers
Thread ID:
00629370
Message ID:
00629370
Vues:
47
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform