How to? I know that I can get the current state by WindowState, but I want to know if there's any event that will fire up when the user tries to minimize the form.
|
|
To get in before the form has been minimized you'll have to hook into the WndProc procedure:
To react after the form has been mimized hook into the
Though I'm sure this question has been asked before I can't find it at the moment |
|||
|
|
|
|
I don't know of a specific event, but the |
||
|
|
|
You can use the Resize event and check the Forms.WindowState Property in the event.
|
||
|
|
