C# tutorial to write gadgets

2019-01-11 07:27发布

How can I write gadgets for the Windows 7 desktop using C# and Visual Studio 2008? I'm looking for tutorials and resources on that topic.

3条回答
何必那么认真
2楼-- · 2019-01-11 08:10

I have not tried it myself, but this might help:

http://www.codeproject.com/KB/gadgets/RunVistaGadget2.aspx

查看更多
欢心
3楼-- · 2019-01-11 08:12

Try Authoring Sidebar Gadgets in C#.

C# is not the only option. This detailed tutorial explains how to develop gadgets without C#. (Orginally gadgets were authored in a mix of XML, HTML, CSS, and some IE scripting language.)

How to get started with Windows 7 gadgets is a related Stack Overflow question that may also provide additional information.

查看更多
走好不送
4楼-- · 2019-01-11 08:12

Gadget-creation, calling your .NET-code via Interop: http://www.codeproject.com/KB/gadgets/GadgetInterop.aspx

nice & powerful with good example

查看更多
登录 后发表回答