PDA

Click to See Complete Forum and Search --> : System tray icon


nos
Nov 18th, 2002, 05:06 AM
I wanted to know how I could implment the system tray icon for the application that I'm developing.
I came to know that VB.NET has an inbuilt function that does that, can anyone reference that, please.
I searched the forums but I could not find, specifically, what I was looking for.
Any help will be appreciated !
Thanks alot!

Bananafish
Nov 18th, 2002, 05:11 AM
There is a NotifyIcon control that will do this.

nos
Nov 18th, 2002, 08:06 AM
one more thing, where do I look for examples. Like I want to refer to some examples on NotifyIcon ... any online references, e-books, books ... ?
I'm using this book called "Visual Basic.Net Step by Step" by Michael Halvorson but it does not have anything on sys. icons as such.
thanks anywayz

husain
Nov 20th, 2002, 01:57 AM
There are some excellent articles and examples on the following websites:

http://www.gotdotnet.com/
http://www.codeproject.com/

[EDIT] One more: http://windowsforms.net/Default.aspx?tabindex=1&tabid=46

Hope this helps.

nos
Nov 22nd, 2002, 05:37 AM
Wow ... those were really cool links (y) and very helpful indeed!
Thanks alot ...