Minimize Event Handler of a Form?

G

Guest

hi,

how can i get the Minimize Event Handler of the form?

i have set the minimize property of a form to True. so i have to perform
certain actions like me.text="", while the form is minimized. otherwise both
forms will be displayed in the running program list.

regards,
hari
 
S

Sergey Bogdanov

For catching Minimize Event use Form.Activate/Form.Deactivate events.
Notice that this event is not visible in the form designer.

Best regards,
Sergey Bogdanov
 

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

Top