Click to See Complete Forum and Search --> : HOWTO : Subclassing - Windows Explorer


PrasadK
August 4th, 1999, 09:38 PM
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.