0

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?

  • I don't think so but maybe a custom protocol handler can help you out so you can have something like: `app:start` much like `about:blank`. – rene Mar 02 '15 at 17:47
  • it this for something illegal? :D – Ian CT Mar 02 '15 at 19:57
  • Thanks rene, any suggestions for a handler? And no, it is not illegal...This is a standard feature in chrome/firefox extensions. – user2012462 Mar 03 '15 at 23:10

0 Answers0