Click here to Skip to main content
15,901,373 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear i don'tknow how to show my application's icon in notification area of taskbar

(my mean of notification area by the right side task bar icon like time, volume, google talk, network etc.)

if you have any idea plese tell me.............
Posted
Updated 21-Apr-10 21:10pm
v2

What do you mean by "show over"? I'm guessing you mean "show a balloon tip over my application's icon in the notification area". There are various articles on Code Project that show exactly how to do that.

EDIT: Oh, you just want to display an icon in the notification area. There are a few Code Project articles on that too.
 
Share this answer
 
v2
try this

add control called NotifyIcon

add control called ContextMenuStrip on the property-item add what item u want to apprear when u right click.

on the NotifyIcon control property contexmenustrip select ur ContextMenuStrip on your main form load write this code.

Me.NotifyIcon1.Icon = Me.Icon


hoping it will help u
 
Share this answer
 
VinodKumar01 wrote:
right side task bar icon like time, volume, google talk


go to toolbars and add notify icon

add a context menustrip and tie it to the notify icon

hope this helps :-D :-D :-D
 
Share this answer
 

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