Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Activate A Menu Bar In Another App
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00904661
Message ID:
00905048
Views:
24
Sergey,

This code works fine. Thanks for the help


** Trigger the 'Open' dialog in aonther instance of VFP
** Could use to activate a menu bar
LOCAL oShell

cString = "^o"

oShell = Createobject("wscript.shell")
oShell.AppActivate("VFP 7.0")
oShell.SendKeys(cString)
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform