문제

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