Reputation: 7311
I'm making a small tool application that user can minimize in the taskbar. I'm sure I've seen a toolkit for it in some blog a few years ago. I'm basically just looking for a project template that perhaps has ready-made functionality for:
Does anyone know if such a toolkit or framework exists?
/Pompair
Upvotes: 0
Views: 209
Reputation: 29965
http://www.developer.com/article.php/3336751
http://www.codeproject.com/KB/cs/trayiconmenu01.aspx
http://alperguc.blogspot.com/2008/11/c-system-tray-minimize-to-tray-with.html
I doubt any toolkit exists. This is rather easy to do.
http://www.codeproject.com/KB/cs/shelltray.aspx
http://www.codeproject.com/KB/dotnet/notifyiconcontrol20.aspx
Upvotes: 2