Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Link
Message
From
13/03/2003 13:40:43
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Link
Miscellaneous
Thread ID:
00765316
Message ID:
00765503
Views:
17
How's this?
#DEFINE MY_HOMEPAGE  "http://www.mywebpage.com"

DECLARE LONG ShellExecute IN Shell32.DLL ;
    LONG HWND, ;
    STRING lpVerb, ;
    STRING lpFile, ;
    STRING lpParameters, ;
    STRING lpDirectory, ;
    INTEGER nShowCmd

ShellExecute(0,"open",MY_HOMEPAGE, .NULL., .NULL., 1)
Previous
Reply
Map
View

Click here to load this message in the networking platform