Click here to Skip to main content
15,919,422 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello everyone,

I just want to know how i can a generate notify icon on the task bar when I run my code in visual studio using windows form.

Thank you!
Posted

1 solution

Its very simple to create, Check this links
Notify Icon in System Tray with Context Menu Using C#[^]

Some easy steps
1) Drag drop one Context Menu and notify icon from Tool box to your windows application
2) Add menu items to context menu
3) Select context menu from notify icon objects property
4) Set icon to notify icon from property
5) Run your application

The above method is possible only when you are using .Net applications

This link will help you to create Notify icon to MFC based applications

Adding Icons to the System Tray[^]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900