How to make custom IE sidebar ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rizwanrajput
    New Member
    • May 2010
    • 13

    How to make custom IE sidebar ?

    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?
  • Monomachus
    Recognized Expert New Member
    • Apr 2008
    • 127

    #2
    Originally posted by rizwanrajput
    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?
    Please read this article and commentaries to this article there are link there too.

    Creating Custom Explorer Bars, Tool Bands, and Desk Bands

    Comment

    • rizwanrajput
      New Member
      • May 2010
      • 13

      #3
      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

      • Monomachus
        Recognized Expert New Member
        • Apr 2008
        • 127

        #4
        Originally posted by rizwanrajput
        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?
        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

        • rizwanrajput
          New Member
          • May 2010
          • 13

          #5
          I have seen this example too before posting this question here. Anyways thanks for your help

          Comment

          Working...