converting TForm win32 app to Win7 gadget (delphi)

2019-02-01 02:58发布

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 ?

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

2条回答
乱世女痞
2楼-- · 2019-02-01 03:31

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.

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

You can read these articles

Activex

Gadgets

Bye.

查看更多
可以哭但决不认输i
3楼-- · 2019-02-01 03:42

If you are able to read German, there is a tutorial at www.delphipraxis.net. Perhaps someone may translate it to English...

查看更多
登录 后发表回答