Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Starting IE from VFP
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00318818
Message ID:
00318822
Views:
19
Chris,

The ShellExecute() API can be used to launch the users default browser. There's an example over on my website. You can also use the _ShellExecute class or the HyperLink class (which uses ShellExecute() under the covers) In a button click for example:

this.parent.HyperLink.NavigateTo( "http://fox.wikis.com" )

>I would like to run Internet Explorer from one of my applications and have the user go to a specific web address...does anyone know if this can be done from VFP???
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform