Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keyboard
Message
 
 
À
20/01/2005 23:30:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00979175
Message ID:
00979176
Vues:
12
This message has been marked as the solution to the initial question of the thread.
Hi Bob,

There isn't one. You can use WIn API. The following article shows how it's done in VB http://support.microsoft.com/kb/177674/EN-US/. Let me know if you need help converting it to VFP.
You can also use WSH
oShell = Createobject("wscript.shell")
oShell.SendKeys("{SCROLLLOCK}")
>
>Do you know by any chance what is the command that emulates pressing the key "Scroll Lock" on the keyboard.
>I know the keyboard command like
>
>KEYBOARD '{CTRL+v}'
>
>which is like pressing the two keys, so what is the code for the key "Scroll Lock" . Do you know ?
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform