Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run control panel extenation command
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00935492
Message ID:
00935497
Views:
22
Try this:
   DECLARE INTEGER ShellExecute IN SHELL32.DLL INTEGER nWinHandle,;
                                               STRING cOperation,;
                                               STRING cFileName,;
                                               STRING cParameters,;
                                               STRING cDirectory,;
                                               INTEGER nShowWindow
   cWindowSys = "c:\windows\system32\"  && You must check & store the real name of Widows System dir

   result = ShellExecute(0, 'Open',"rundll32.exe",'shell32.dll, Control_RunDLL intl.cpl', cWindowSys, 1)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform