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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这取决于您的小工具的任务。您可以将逻辑封装在 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)
小工具可以通过 JavaScript 制作。
检查开发 Windows 边栏小工具
Gadgets can be made by JavaScripts.
Check Developing a Gadget for Windows Sidebar