Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top