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.
问问题
50382 次
3 回答
9
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.
于 2009-09-02T03:24:40.247 回答
2
I have not tried it myself, but this might help:
于 2009-07-23T13:15:24.803 回答
2
Gadget-creation, calling your .NET-code via Interop: http://www.codeproject.com/KB/gadgets/GadgetInterop.aspx
nice & powerful with good example
于 2010-04-16T06:26:49.017 回答