Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I get/set AddressBar
Message
From
19/04/2003 12:30:05
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
How can I get/set AddressBar
Miscellaneous
Thread ID:
00779494
Message ID:
00779494
Views:
31
I'm using VFP7.0
oWeb = createobject('InternetExplorer.Application')
oWeb.visible = .t.
? oWeb.ReadyState      && prints 4
? oWeb.MenuBar         && prints T
? oWeb.ToolBar         && prints 1
? oWeb.AddressBar      && gets error "OLE error Code 0x80070057: The parameter is incorrect"
IntelliSense shows "AddressBar" as an option, exactly like "MenuBar" and "ToolBar"
How Can I get/set AddressBar?
Bill Morris
Next
Reply
Map
View

Click here to load this message in the networking platform