vb.net & other application windows subclassing

  • Thread starter Thread starter Contezero74
  • Start date Start date
C

Contezero74

Hello,
is possible (and how :) ) subclass an external application window (if I
have its HWND) from a VB.NET application?

Thanks in advance



Eros Pedrini
 
Contezero74 said:
is possible (and how :) ) subclass an external application window (if I
have its HWND) from a VB.NET application?

You can IIRC only do that using a Win32-hook which is implemented in a
standard DLL (typically implemented in a VC++ DLL).
 
Back
Top