Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is Hyperlink tool works fine ?
Message
 
 
To
12/08/2003 14:12:13
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00819426
Message ID:
00819512
Views:
11
Claudio,

The hyperlink opens new window also. What the difference and why it has to be an object on your form? You can launch IE in the Init of the form and store reference to in in the form property so you don't have to open new window every time.

>Hi Sergey,
>>
>>You can use IE directly
oWeb = CREATEOBJECT("InternetExplorer.Application")
>>oWeb.Navigate2("file://c:\myfirsthtml.htm"))
>>oWeb.Visible = .T.
>>* Wait here for a page to load
>>...
>>
>
>This one opens a new IE screen.. I'm looking for something to be use as object in my onw form..
>
>
>Claudio
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform