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#?

Re: how do i minimize window... by Matt

Matt
Sun Mar 13 19:49:32 CST 2005

Hello ve,

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

--
Matt Berther
http://www.mattberther.com

> 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#?
>




Re: how do i minimize window... by Herfried

Herfried
Mon Mar 14 03:50:35 CST 2005

"ve" <ve@discussions.microsoft.com> schrieb:
> 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.

<URL:http://www.google.de/groups?as_q=dotnet%20minimize%20tray>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>


Re: how do i minimize window... by ve

ve
Tue Mar 15 22:35:01 CST 2005

Thanks Matt,

I could solve the problem.

"Matt Berther" wrote:

> Hello ve,
>
> A google search for 'NotifyIcon' should yield a number of examples on how
> to accomplish this.
>
> --
> Matt Berther
> http://www.mattberther.com
>
> > 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#?
> >
>
>
>
>

Re: how do i minimize window... by ve

ve
Tue Mar 15 22:35:02 CST 2005

Thanks for the help. It could solve it..

"Herfried K. Wagner [MVP]" wrote:

> "ve" <ve@discussions.microsoft.com> schrieb:
> > 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.
>
> <URL:http://www.google.de/groups?as_q=dotnet%20minimize%20tray>
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://classicvb.org/petition/>
>
>