Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Web Links
Message
 
 
To
12/01/2006 19:48:19
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01086395
Message ID:
01086397
Views:
13
oIE=CREATEOBJECT("internetexplorer.application")
oIE.VISIBLE = .T.
lcUrl = "http://www.msdn.microsoft.com/vfoxpro"
oIE.Navigate(lcUrl)
>I have an application where I want to put up a series of web links in a list box which my clients can click on to get access to web sites.
>
>I have this working already with the Web Browser Control from the Component Gallery. But the Web Browser Control does not show the the top part of the page showing the url that you would see if you were browsing directly with IE or Mozilla.
>
>I would like my clients to be able to see the URL and access that part of the screen. Is there a way of modifying the way the Web Browser Component works to do this? Or is there a different component that would accomplish this?
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform