how do i minimize window...

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

Guest

Hi,

i am developing a windows form application. Basically i want to the form to
appear as an icon at the taskbar near the volume control (i mean in that
taskbar) when i minimize. And on click of it it has to show some menutions
like other applications on that taskbar do.

How can i achieve that in c#?
 
Hello ve,

A google search for 'NotifyIcon' should yield a number of examples on how
to accomplish this.
 
Back
Top