notifyicon - blinking\highlighted\animated

  • Thread starter Thread starter Eran.Yasso
  • Start date Start date
E

Eran.Yasso

Hi all,

I have app that adds notifyicon to systemtray.
I want to highlight the notifyicon.

Can anyone help me with that or show me a link?

TIA,
eyasso
 
Hi all,

I have app that adds notifyicon to systemtray.
I want to highlight the notifyicon.

Can anyone help me with that or show me a link?

TIA,
eyasso

You'll probably just need to supply several different icons and then
use the NotifyIcon object to show the appropriate icon at the
appropriate time. For an animated icon, you could use a series of
icons to represent each frame of the animation and use a timer to
periodically change the icon which is showing.
 
You'll probably just need to supply several different icons and then
use the NotifyIcon object to show the appropriate icon at the
appropriate time. For an animated icon, you could use a series of
icons to represent each frame of the animation and use a timer to
periodically change the icon which is showing.

Hi and thanks for the reply.
Would i need to create runner thread that sets the icons?
 
Hi and thanks for the reply.
Would i need to create runner thread that sets the icons?

If you don't need to animate the icon, then I wouldn't think you'd
need an extra thread. Just change the icon as needed. If you plane
to animate it, you might want to look into a thread so that it
animates independently of the rest of the program.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top