Windows 7 侧边栏小工具
您是否需要用 C# 编写 Windows 边栏小工具,或者我应该能够用其他语言(例如 Delphi)编写它们?
谢谢
Do you need to write Windows Sidebar Gadgets in C#, or should I be able to write them in another language, for example Delphi?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

这取决于您的小工具的任务。您可以将逻辑封装在 delphi activex 中并毫无问题地包含在小工具中。
检查此链接
将 TForm win32 应用程序转换为 Win7 小工具 (delphi)
It depends on the task of your gadget. you could encapsulate logic within a delphi activex and to include in a gadget without problems.
Check this link
converting TForm win32 app to Win7 gadget (delphi)