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.
 

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