Manage application (maximize/minimize/restore...)

G

Guest

Hi.

I need change the state (maximize/minimize/restore...) of an application
acording to some events.

How can make an application minimize or maximize itself.

note: my app have a NotifyIcon with the ShowInTaskbar property in false, I
want when I click on some menu item (in the NotifyIcon), the application
maximize or minimize..

thanks
 
H

Herfried K. Wagner [MVP]

Eduardo Garcia said:
I need change the state (maximize/minimize/restore...) of an application
acording to some events.

How can make an application minimize or maximize itself.

\\\
FooForm.WindowState = WindowState.Maximized
///
 

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