Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello.

I want to control visibility of next bars on IE11 by C#.

A. Command Bar
B. Link Bar (Favorites Bar)

When the browser is IE6, it's possible to conrtrol visibility by COM object.
(see https://msdn.microsoft.com/ja-jp/library/aa752084(v=vs.85).aspx)

But it's impossible for IE11 to do it.

Please tell me how to control above bars by C#.
Posted
Comments
Sergey Alexandrovich Kryukov 16-Oct-15 22:29pm    
Just don't. Using COM object in HTML is bad dirty thing, never should be used. The problem if visibility it trivial, easily controlled by HTML DOM.
And it's time to forget about IE6. This thing never could be considered as a Web browser.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900