Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a Website in vfp8
Message
From
17/03/2004 16:28:47
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00887217
Message ID:
00887269
Views:
19
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 )
Previous
Reply
Map
View

Click here to load this message in the networking platform