How to detect when the form is minimized ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

How can I catch the event of the form being minimized by the user ?

Thanks in advance.

Kinh Luan
 
* "=?Utf-8?B?RG90bmV0anVua3k=?= said:
How can I catch the event of the form being minimized by the user ?

Add a handler to its 'Resize' event and check the 'WindowState' there.
 
Back
Top