Windows 7 侧边栏小工具

发布于 2024-08-15 00:54:28 字数 73 浏览 4 评论 0原文

您是否需要用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不喜欢何必死缠烂打 2024-08-22 00:54:28

这取决于您的小工具的任务。您可以将逻辑封装在 delphi activex 中并毫无问题地包含在小工具中。

Windows Vista/7 小工具是
本质上是迷你 HTML 应用程序。
用户界面由以下部分组成
包含常规 HTML、CSS 的页面
、图像和潜在的 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.

The Windows Vista/7 gadgets are
essentially mini-HTML applications.
The user interface is composed of
pages containing regular HTML, CSS
,images and potentially ActiveX
controls.

Check this link

converting TForm win32 app to Win7 gadget (delphi)

幸福不弃 2024-08-22 00:54:28

小工具可以通过 JavaScript 制作。
检查开发 Windows 边栏小工具

Gadgets can be made by JavaScripts.
Check Developing a Gadget for Windows Sidebar

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文