Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing a Website in vfp8
Message
De
17/03/2004 16:28:47
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00887217
Message ID:
00887269
Vues:
20
Hi Cyrus.

The Question is with vfp8, what is the simplest way to access a URL ? (whether it is to launch the Internet Explorer and go to a website, or to simply download a file).
#DEFINE SW_SHOWNORMAL     1
#DEFINE SW_SHOWMINIMIZED  2
#DEFINE SW_SHOWMAXIMIZED  3 

DECLARE INTEGER ShellExecute IN shell32 ;
        INTEGER lnhwnd, STRING lcOperation, ;
        STRING lcFile, STRING lcParameters, ; 
        STRING lcDirectory, INTEGER lnShowCmd
lnRes = ShellExecute( 0, "open", "http://www.levelextreme.com", "", "", SW_SHOWMAXIMIZED )
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform