Can We Subclass Windows Explorer .. Like I want a user icon to be displayed on the Tool Bar of the Windows Explorer.. where I can initiate some action.. I could achieve Subclassing in VB By using some API's like CallWindowProc and Set WindowLong.. But How to Subclass External application from Visual Basic.

Suggest Any Solution For this.