Animate tray icon while processing

2019-05-06 03:00发布

How can I animate the tray icon while the main application is processing? I already tried the suggestion here, but the icon does not animate during process. I also tried putting the animation in a separate thread but still no luck.

2条回答
欢心
2楼-- · 2019-05-06 03:30

There's a very good example of an SystemTrayNotifyIcon with Event Generator over at the CodeProject .

I've looked at this project before but didn't end up using it, due to my artistic inabilities, but the example given does the job quite well.

查看更多
登录 后发表回答