How to receive WM_GETMINMAXINFO message in a BHO (C#)

Posted by simil on Stack Overflow See other posts from Stack Overflow or by simil
Published on 2010-04-12T13:45:58Z Indexed on 2010/04/12 14:12 UTC
Read the original article Hit count: 504

Filed under:
|
|

I am trying to build an IE BHO in C#. I would like to receive the WM_GETMINMAXINFO messages sent to the internet explorer window in which my BHO is running. How can this be done?

Thanks, simil

© Stack Overflow or respective owner

Related posts about ie

Related posts about bho