windows-desktop-gadgets

converting TForm win32 app to Win7 gadget (delphi)

怎甘沉沦 提交于 2019-11-29 23:23:50
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. 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 Building ActiveX Controls with Delphi (This

How to get started with Windows 7 gadgets

百般思念 提交于 2019-11-28 02:32:56
I have never programmed a gadget for Vista or Seven, but I would like to try to make one. But where do I start? I have tried to search around on google and msdn, but I haven't managed to find anything useful. Either very, very old stuff (Vista beta stuff), already made gadgets or differences between gadgets in Vista and Seven. But that doesn't help me, since I don't have a clue how to make a gadget in the first place... I haven't even managed to find out what they are written in... So, could anyone help me out with a kick start? Where do I start? What do I need to know? What are they written

How to get started with Windows 7 gadgets

喜欢而已 提交于 2019-11-27 04:55:43
问题 I have never programmed a gadget for Vista or Seven, but I would like to try to make one. But where do I start? I have tried to search around on google and msdn, but I haven't managed to find anything useful. Either very, very old stuff (Vista beta stuff), already made gadgets or differences between gadgets in Vista and Seven. But that doesn't help me, since I don't have a clue how to make a gadget in the first place... I haven't even managed to find out what they are written in... So, could

C# tutorial to write gadgets

为君一笑 提交于 2019-11-26 16:17:29
问题 How can I write gadgets for the Windows 7 desktop using C# and Visual Studio 2008? I'm looking for tutorials and resources on that topic. 回答1: Try Authoring Sidebar Gadgets in C#. C# is not the only option. This detailed tutorial explains how to develop gadgets without C#. (Orginally gadgets were authored in a mix of XML, HTML, CSS, and some IE scripting language.) How to get started with Windows 7 gadgets is a related Stack Overflow question that may also provide additional information. 回答2: