Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using the ShellExecute Command
Message
 
À
28/06/2006 07:47:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01132325
Message ID:
01132331
Vues:
8
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform