Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keyboard
Message
 
 
To
20/01/2005 23:30:36
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00979175
Message ID:
00979176
Views:
13
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform