开发者

Clock Gadget in taskbar using C#

开发者 https://www.devze.com 2023-02-07 17:56 出处:网络
How can I add my cloc开发者_高级运维k gadget using C# like in below image I am making clock in Windows Form using C#.

How can I add my cloc开发者_高级运维k gadget using C# like in below image

Clock Gadget in taskbar using C#

I am making clock in Windows Form using C#.

How can I place my clock in taskbar and at the place where time is displayed in Notification area?

Update: Is this can be done by notifyIcon ?


Poking around with Spy++ (installed by default with Visual Studio) you will find that the name of this window is TrayClockWClass. You can then get a handle to it with some basic Pinvoke calls outlined in this blog post:

http://vladimir-kurka.blogspot.com/2009/09/using-pinvoke.html

If what you are attempting is possible this should at least point you in the right direction.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号