Subclassing window

  • Thread starter Thread starter Andrius B.
  • Start date Start date
A

Andrius B.

Hi all.

Could smb provide an Internet site or smth explaining how to use function
SetWindowSubclass in vb.net? All examples found by me are in C++ :(

Thanks.
 
Could smb provide an Internet site or smth explaining how to use function
SetWindowSubclass in vb.net?

Personally I'd use the NativeWindow class instead, it handles the
subclassing work for you.


Mattias
 
Back
Top