Hi Can I know which toolbars are visible in IE currently. Im programmin in C# Any code snippet would be helpful for my project... thanks in advance... Rob
energyonboard@gmail.com wrote: > Can I know which toolbars are visible in IE currently. > Im programmin in C# Why are you asking in a JScript group if you code in C#? The IE docs are here: <http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/webbrowser/reference/objects/internetexplorer.asp> There are boolean properties like MenuBar or AddressBar telling whether that bar is visible or not. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/