Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Internet Explorer
Message
 
To
23/09/2002 07:02:02
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00703286
Message ID:
00703293
Views:
15
This works for me:

LOCAL lnRetval, lcFile, lcOperation
lcFile = "www.slpcanada.com"
* Right click a file in Windows Explorer to see what other operations are available, for example Print
lcOperation = "Open"
DECLARE INTEGER ShellExecute IN SHELL32.DLL ;
INTEGER handle,;
STRING @sFile,;
STRING @lp,;
STRING @dir,;
STRING @dir1,;
INTEGER ncmd
lnRetval = ShellExecute(0, lcOperation, lcFile, "", "", 1)

>Hi
>
>Could anyone tell me how to open a web page in internet explorer in visual foxpro verson 5?
>
>Thanks
>Nicky
Previous
Reply
Map
View

Click here to load this message in the networking platform