Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using the ShellExecute Command
Message
 
To
28/06/2006 07:47:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01132325
Message ID:
01132331
Views:
7
>I am trying to use the ShellExecute function to open my internet browser in Visual Fox Pro from a command button, but I keep getting errors.
>
>I would greatly appreicate if someone could show me how or give me the resource on how to accomplish done.
>
>
>Thank You In Advance
>
>
>
>Winfred Majors
DECLARE INTEGER ShellExecute IN SHELL32.DLL INTEGER nWinHandle,;
                                            STRING cOperation,;
                                            STRING cFileName,;
                                            STRING cParameters,;
                                            STRING cDirectory,;
                                            INTEGER nShowWindow
result = ShellExecute(0, 'open', [http://www.google.com] , '', [], 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
Reply
Map
View

Click here to load this message in the networking platform