• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

TForm win32应用程式转换成Win7小工具delphi

用户头像
it1352
帮助1

问题说明

将win32应用程序(实际上是一个小型弹出窗口)转换为win7小工具的过程是什么?
我需要将我的exe转换为activex组件,是否仍然可以使用TForm?

What is the process of converting win32 application (a small popup window actually) to win7 gadget? Do I need to convert my exe to activex component, can I still use TForm ?

对于Win7 Vista来说,这是非常好的支持。 / p>

it would be nice to have support for both Win7 Vista.

正确答案

#1

Windows Vista / 7小工具本质上是微型HTML应用程序。用户界面由包含常规HTML,CSS,图像和潜在 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.

所以使用您的win32应用程序的唯一方法将一个小工具转换为ActiveX控件。

So the only way to use your win32 application into a gadget is convert the application to a Activex Control.

您可以阅读这些文章

  • Building ActiveX Controls with Delphi (This article is old but is still useful)
  • Delphi and Active Forms
  • Converting a standard Delphi Form to an ActiveForm
  • Introduction to the Gadget Platform
  • Developing a Gadget for Windows Sidebar

再见。

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcfhaef
系列文章
更多 icon
同类精品
更多 icon
继续加载