Create Default Context Menu Item for Notify

Tareq

Member
Joined
Aug 3, 2009
Messages
6
Location
Dhaka, Bangladesh
Programming Experience
3-5
Dear Friends,

I want to make a default context menu item for my notify icon area. Please tell me how can I do this.
 
Tareq,

In Designer mode, go to the ToolBox and create a ContextMenuStrip. Add the desired items to the strip and set there actions (to set the Click action, double click on the menu item). After this is done, select your notify icon and set the property "ContextMenuStrip" to the menu strip you just created.

Hope this helps
-Josh
 
Back
Top