How to receive WM_GETMINMAXINFO message in a BHO (C#)
- by simil
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