vote up 0 vote down star

Hi,

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:

  • minimizing to taskbar
  • right-click menus
  • animated small notification pop-up windows (like MS Messenger or Outlook)

Does anyone know if such a toolkit or framework exists?

/Pompair

flag

71% accept rate

1 Answer

vote up 2 vote down check

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

link|flag
Thanks! You were quick to answer... – Pompair Oct 30 at 12:36
You are welcome :) – FractalizeR Oct 30 at 12:37
I found something myself... code.msdn.microsoft.com/TheNotifyIconExample/… – Pompair Oct 30 at 12:41

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.