![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
![]() |

|
| Programming tutorials All Knowledge Info and links to posted here |
![]() |
|
Make System Tray Based Application in .NET
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Administrator
Posts: 18,715
Join Date: Jan 2006
Rep Power: 10
IM:
|
1) First, create a new Windows Application project in Visual Studio.NET. This can be either Visual Basic or C# 2) Drag a Notifyicon control and a ContextMenu control from the toolbox onto the form. 3) Click on the NotifyIcon control that you just added, and set the Icon property to whatever icon you want your application to have. 4) Set the ContextMenu property of the Notifyicon to the context menu that you added to your project. 5) Right click on the Context Menu control, and select Edit. Since this menu will be the right-click menu for your tray icon, you will want to add the items that the user will see. Make sure to add an Exit menu item. 6) Double click the Exit menu item, and add the following code: this.Close(); 7) Now for the important settings. Click on the form, and go to the Properties window. Set the following settings: FormBorderSize: Fixed Tool Window WindowState: Minimized Opacity: 0% ShowInTaskbar: False The key thing to remember is that the default form is not to be used for application functionality, it is only used as the hidden background window. If you want to create a new window, you can just add another form to your application. |
|
|
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| XP: How to hide system tray icons | Anilrgowda | Microsoft Windows xp error | 0 | 23-Jul-2007 11:14 AM |
| RCA RD2010/RD2011/RD2012/RD2015 Lyra System Tray Application 1.055a driver | Anilrgowda | Driver Downloads | 0 | 11-Jun-2007 09:39 AM |
| RCA RD2760/RD2825/RD2826/RD2850 Lyra System Tray Application 1.036b driver | Anilrgowda | Driver Downloads | 0 | 11-Jun-2007 09:30 AM |
| RCA RD2762/RD2765 Lyra System Tray Application 1.055a driver | Anilrgowda | Driver Downloads | 0 | 11-Jun-2007 09:29 AM |
| RCA RD2780 Lyra System Tray Application 1.0.3.5 driver | Anilrgowda | Driver Downloads | 0 | 11-Jun-2007 09:28 AM |