Hi Oriol,
Thank you for your question.
The class you will want to look at is the NotifyIcon class in the
System.Windows.Forms namespace. This will facilitate creating icons to put
in the system tray.
Also, there is a sample available in MSDN that shows how to use this class
in VB. You can download the sample from the following URL:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbref/html/
vbsamwindowsformssystemtraysample.asp
Thanks,
Rick [MSFT]
This posting is provided "AS IS", with no warranties, and confers no rights.
--------------------
| From: "Oriol Tomàs" <
[email protected]>
| Subject: Special minimization
| Date: Mon, 20 Oct 2003 10:07:02 +0200
| Lines: 15
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <#
[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.windowsforms
| NNTP-Posting-Host: 213.229.146.15
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.windowsforms:54798
| X-Tomcat-NG: microsoft.public.dotnet.framework.windowsforms
|
| Hi,
|
| I'm developing with Visual Basic .Net 2003.
|
| I want that when the user minimizes my program, it appears near the clock
| and the messenger icon.
|
| Is possible to do it with .Net?
|
| Thanks,
|
| Oriol
|
|
|
|