Customized windows Explorer button

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sharon

    Customized windows Explorer button

    Hi all

    I want to add my own button to windows explorer toolbar



    I found a very easy way to add a button to IE bar

    Now, next, and beyond: Tracking need-to-know trends at the intersection of business and technology


    (No programming needed)



    Is there any easy way to add button to the windows explorer?

    If not, is it possible to add the button using C# or I will have to dig into
    MFC /C++ ?



    Thank you

    Sharon




  • Dave

    #2
    Re: Customized windows Explorer button

    I attempted to do something similar and got it to work, kinda. It requires implementing unmanged interfaces and alot of Interop.
    There were many things I wanted to add to my "button", but the implementation requirements of OLE were too overwhelming and not
    worth the effort.



    Good luck!

    --
    Dave Sexton
    dave@www..jwaon line..com
    -----------------------------------------------------------------------
    "Sharon" <Sharon669@hotm ail.com> wrote in message news:OZAHLCpfFH A.576@TK2MSFTNG P15.phx.gbl...[color=blue]
    > Hi all
    >
    > I want to add my own button to windows explorer toolbar
    >
    >
    >
    > I found a very easy way to add a button to IE bar
    >
    > http://www.windowsdevcenter.com/pub/...e_buttons.html
    >
    > (No programming needed)
    >
    >
    >
    > Is there any easy way to add button to the windows explorer?
    >
    > If not, is it possible to add the button using C# or I will have to dig into MFC /C++ ?
    >
    >
    >
    > Thank you
    >
    > Sharon
    >
    >
    >
    >[/color]


    Comment

    Working...