G Guest Nov 24, 2005 #1 How do I programatically open a form that is minimized. The form will opened on a timer event running internally to the form.
How do I programatically open a form that is minimized. The form will opened on a timer event running internally to the form.
H Herfried K. Wagner [MVP] Nov 24, 2005 #2 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. Click to expand... Set the form's 'WindowState' property to an appropriate value.
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. Click to expand... Set the form's 'WindowState' property to an appropriate value.