I want to replace system tray clock,and display more info on it,such as weather icon. I have found three demos, here is one of them: http://www.stoicjoker.com/tclock/Download.php.

BUT I only program in C#, and these demos are all in C++,.

Is there a way to do it in C# ?

有帮助吗?

解决方案

It's not standard situation or possibility, that's easily available in Windows API. Here's another one: http://wincalendartime.sourceforge.net/index.html. From comments I can say process of overwriting clock is quite complicated (dll injection into Explorer & live subclassing of clock).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top