Opening a Minimized Form

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.
 
H

Herfried K. Wagner [MVP]

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.
 

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