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

link|improve this question

feedback

2 Answers

up vote 10 down vote accepted

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

http://stackoverflow.com/questions/1629401/converting-tform-win32-app-to-win7-gadget-delphi

link|improve this answer
Great thanks I couldn't find this article initially – Mmarquee Dec 10 '09 at 12:24
feedback

Gadgets can be made by JavaScripts. Check Developing a Gadget for Windows Sidebar

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.