c# – Windows 7边栏小工具

前端之家收集整理的这篇文章主要介绍了c# – Windows 7边栏小工具前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
您是否需要在C#中编写 Windows边栏小工具,或者我是否应该用其他语言编写它们,例如Delphi?

谢谢

解决方法

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

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.

检查此链接

converting TForm win32 app to Win7 gadget (delphi)

原文链接:https://www.f2er.com/csharp/98448.html

猜你在找的C#相关文章