Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Command
Message
From
31/08/2005 11:02:45
 
 
To
31/08/2005 10:56:00
Sunil Kejariwal
The Software Workshop
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 6
Miscellaneous
Thread ID:
01045497
Message ID:
01045510
Views:
26
>My problem is as follows.
>
>My application is running and one third party application is also active at that time. The third party application has an option to toggle between 2 option . This is done by pressing F11.
>
>I want to change this option programatically. If I pass KEYBOARD '{F11}' it is not working. But If I press F11 on key board it is changing the value of user application. Can I do this from my form ? Pl. Help.
>
>Thanks in Advance.
>
>Regards
oShell = CreateObject("WScript.Shell")
oShell.SendKeys({F11}) && Here I am not sure if the format not: oShell.SendKeys('{F11}')
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform