Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Link to Website
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00826860
Message ID:
00826866
Views:
29
Does this help?
PROCEDURE OpenUrl(lcUrl)
* opens given Url in default browser
    DECLARE INTEGER ShellExecute IN shell32;
    	INTEGER, STRING, STRING, STRING, STRING, INTEGER
	= ShellExecute(0, "open", lcUrl, "", "", 3)
ENDDEFINE
Previous
Reply
Map
View

Click here to load this message in the networking platform