I'm developing a toolbar targeting IE8 and wish to use the Information Bar to show my own custom messages on this bar. I want to avoid launching annoying and obtrusive modal dialogs since this is a very bad experience.
The Information Bar is a great way for toolbars and BHO's to show their users all sorts of messages.
Thing is i'm not sure that is possible. This article describes the Information Bar states:
"Applications running under the FEATURE_SECURITYBAND and related feature controls can also use the Information bar APIs to customize the UI displayed when a URL action is disallowed."
But i'm not sure if this is what I need.
Any help will be appreciated.