Minimize Event Handler of a Form?

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top