Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'd like to display a warning on some websites, similar to the warning IE shows when it blocks an ActiveX.

IE warning

Or a bar (not a tool bar) like Google Translate (from the Google Toolbar):

enter image description here

I'm trying to do this in C# in a Browser Helper Object. Any code sample, or reference on the subject?

UPDATE: this question explains how to do it in C++, but I cannot figure out how to translate this into C#

share|improve this question

1 Answer

The Information Band (and it's successor notification UI) is not extensible. Faking it is also frowned upon. You could inject JS+HTML into the page to mimic it, however.

share|improve this answer
Thanks. I add to do the same in Chrome/Safari/Opera, but using the native warning like in Firefox would have been preferable – Julien Jan 27 '12 at 0:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.