Programming the System Tray

P

Phil Jones

Can anyone point me in the direction of an article (or whatnot) explaining
how to program the Windows System Tray within the Task Bar - specifically
how to put an icon in there for a WinForms app.

I'm realling hoping this is something that can be done easily though native
..NET (rather than a bunch of P/Invokes) - but if not, that's no problem
either.

Thanks everyone!
==
Phil
 
M

Mattias Sjögren

Phil,
I'm realling hoping this is something that can be done easily though native
.NET (rather than a bunch of P/Invokes) - but if not, that's no problem
either.

Use the NotifyIcon component.



Mattias
 
P

Phil Jones

Ahh nice one!

Thanks Mattias - everything I was hoping for and more. I love it when there
managed classes to do all this stuff!
===
Phil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top