Form Resize question

  • Thread starter Thread starter shachar
  • Start date Start date
S

shachar

hi all.
when the user minimize/maximize the form, the Form_Resize
Event fires.
how can i know if the user minimized or maximized the
form?
 
Me.WindowState should give that info.

hi all.
when the user minimize/maximize the form, the Form_Resize
Event fires.
how can i know if the user minimized or maximized the
form?
 
shachar said:
when the user minimize/maximize the form, the Form_Resize
Event fires.
how can i know if the user minimized or maximized the
form?

Check the value of the form's 'WindowState' property.
 

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