NotifyIcon
-
Can anybody explain or point me to some sample code how to use the NotifyIcon class in C#? My main goal is to get my dialog app to minimize to the systray. The documentation in the SDK shows *no* sample code that I can find. :| __________________________ do { cout << "I will never use = when I mean == " << endl; cout << "I will never use = when I mean == " << endl; } while (i = 1)
-
Can anybody explain or point me to some sample code how to use the NotifyIcon class in C#? My main goal is to get my dialog app to minimize to the systray. The documentation in the SDK shows *no* sample code that I can find. :| __________________________ do { cout << "I will never use = when I mean == " << endl; cout << "I will never use = when I mean == " << endl; } while (i = 1)
Here are a few examples that use the system tray: http://www.gotdotnet.com/userarea/keywordsrch.aspx?keyword=system tray
-
Here are a few examples that use the system tray: http://www.gotdotnet.com/userarea/keywordsrch.aspx?keyword=system tray
Thanks Eric. Finding good C# help in forums is pretty difficult. The documentation is great for most things but its hard to piece things together sometimes. The gotdotnet.com site has been the best thing that I have found so far. Still wish I knew of a forum that was pretty active. __________________________ do { cout << "I will never use = when I mean == " << endl; } while (i = 1)