C# tutorial to write gadgets

后端 未结 3 1897
不知归路
不知归路 2020-12-03 02:05

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条回答
  •  既然无缘
    2020-12-03 02:32

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

    nice & powerful with good example

提交回复
热议问题