I am developing an IE add-on in C# and I need to clear the IE's address bar, i.e. set it to empty string but stay on the current page. This page is an html located on the localhost and replaces the default Start Page of IE. When a user opens a new tab, the address bar should be empty and not contain the ugly path to the html file.
To put it in a nutshell: Is it possible to programmatically clear the address bar but still stay on the loaded page. If so, how?