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

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
///
 
Back
Top