Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - AddressBar and Toolbar weirdness on IE 8 under Vista

Reply
 
Old 09-17-2009   #1 (permalink)
Csaba Gabor


 
 

AddressBar and Toolbar weirdness on IE 8 under Vista

Hi, I'm running into some major weirdness with IE 8 on a
Vista Business machine: When I use VBScript to tell IE
to hide the address bar, it displays an ugly black line which
shows the forward and back buttons in gray, the address
bar, and Live Search, but this entire line is disabled. If I
now minimize IE and then restore it, the ugly black line is
gone.

I have found that to get around this problem, I have to do
ie.toolbar = 0 before making ie visible. But I'm wondering
if anyone knows more about this issue or where it stems
from. I especially concerned about whether this is a
harbinger of some future ominous development.

Thanks,
Csaba Gabor from Vienna

set ie = WScript.CreateObject("InternetExplorer.Application")
ie.visible = true
ie.navigate2 "about:blank"
'ie.addressBar = false
ie.document.title = "Address Bar test"
ie.document.body.innerHTML = "Tada"


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Router weirdness with Vista Vista networking & sharing
Internet Explorer 7 Addressbar BUG Browsers & Mail
Proposals in the run menu and explorer's addressbar Vista file management
Vista and Windows Explorer weirdness Vista General
Vista, Windows Explorer weirdness Vista networking & sharing


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46