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
 
Thanks, I'll check this out.

Mattias Sjögren said:
Personally I'd use the NativeWindow class instead, it handles the
subclassing work for you.


Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top