Question

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# ?

Was it helpful?

Solution

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).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top