Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending keystrokes to non VFP windows
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00158751
Message ID:
00159611
Vues:
33
Try this, it worked for me:
VK_SNAPSHOT = 0x2C

DECLARE keybd_event IN Win32API ;
	INTEGER nVirtualKey, ;
	INTEGER nScanCode, ;
	INTEGER nFlags, ;
	INTEGER nExtraInfo
	
= keybd_event(VK_SNAPSHOT, 0, 0, 0)
Vlad

> I have, for example, used it to get Print Screen to the clipboard, this, however, no go. Maybe Vlad Tatavu or one of the other C++ guys (I'm C++ illiterate) can point out how.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform