Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows 7 sidebar gadgets

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

like image 440
mmmm Avatar asked Dec 09 '09 12:12

mmmm


Video Answer


1 Answers

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)

like image 182
RRUZ Avatar answered Sep 20 '22 20:09

RRUZ