Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open site
Message
 
 
To
26/10/2005 08:13:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01062176
Message ID:
01062182
Views:
8
DECLARE INTEGER ShellExecute IN shell32.dll ;
	INTEGER hndWin, ;
	STRING cAction, ;
	STRING cFileName, ;
	STRING cParams, ;
	STRING cDir, ;
	INTEGER nShowWin

lcUrl = "http://intrajtc/Applications.htm"
ShellExecute(0, "Open", lcUrl, "", "", 1)
>
>any idea ,
>i need to open this site under via event click mylable at my form
>
>event click
> http://intrajtc/Applications.htm
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform