Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hyperlink
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00441864
Message ID:
00441883
Views:
19
>i did, i tried:
>
>oLink = CREATEOBJECT("hyperlink")
>oLink.NavigateTo("c:\foxpro")
>
>and it does nothing,
>if i try:
>
>oLink = CREATEOBJECT("hyperlink")
>oLink.NavigateTo("http:\\www.msn.com")
>
>it will open internet explorer and go to the page.
>
>Ryan

Ah - a hyperlink object. Thought you meant a hyperlink like this --> www.msn.com
I don't think so.
You can use this though...
oIE = CreateObject("InternetExplorer.Application")
oIE.Navigate("c:\directory")
oIE.Visible = .T.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform