Opening a Minimized Form

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

Guest

How do I programatically open a form that is minimized. The form will opened
on a timer event running internally to the form.
 
FredC said:
How do I programatically open a form that is minimized. The form will
opened
on a timer event running internally to the form.

Set the form's 'WindowState' property to an appropriate value.
 
Back
Top