How can I make my own Internet Explorer sidebar (not toolbar) just like Google Sidewiki, which will also interact with my browser (only IE). Any example?
How to make custom IE sidebar ?
Collapse
X
-
-
Please read this article and commentaries to this article there are link there too.
Creating Custom Explorer Bars, Tool Bands, and Desk Bands -
I have already seen this page Monomachus but the example there is written in c++ and I cannot understand it, I want an example written in c#. Any help?Comment
-
Hey, listen may be you saw I mentioned read comments - there are links, for example http://www.codeproject.com/KB/shell/...ndobjects.aspx. And don't expect it too be 100% managed code. Because what it is doing it is communicating with COM objects. And don't think it could be done "only" in C# without using any unsafe code.Comment
-
Comment
Comment