Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I know how I do to place a icon in the systray. But what the best method to perform systray icon animation? animated gifs? timers?

Preferentially using C# and/or WPF. Thanks!

share|improve this question

3 Answers

up vote 12 down vote accepted
+100

It's an oldy, but a goody: http://blogs.msdn.com/abhinaba/archive/2005/09/12/animation-and-text-in-system-tray-using-c.aspx

share|improve this answer
1  
Make sure to check the comments on that article: "Shame on me :( There are many leaks in the code." (blogs.msdn.com/b/abhinaba/archive/2005/09/12/…) – Daniel LeCheminant Jan 5 '12 at 0:30

I think the best way to do this is to have multiple small icons which you can continue to change the systray object to the new picture based on the speed and the time.

share|improve this answer

I don't know which language you are writing in, but here is a C++ example: http://www.codeproject.com/KB/shell/ss_trayicon.aspx

share|improve this answer
I think he mentioned c# a couple of times – benPearce Feb 25 '09 at 22:27
Oh that one!... that question was edited later. The original one did not have any mention. – goths Feb 26 '09 at 4:04

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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