Windows Desktop Gadgets is the official name for the default widget interface on Windows 7. Windows Vista referred to them as Windows Sidebar Gadgets, but it was decided the sidebar that they would dock to should be removed in later versions of windows.
Windows Desktop Gadgets is the official name for the default widget interface on Windows 7. Windows Vista referred to them as Windows Sidebar Gadgets, but it was decided the sidebar that they would dock to should be removed in later versions of windows. They are written using standard web technologies (JavaScript, HTML, CSS) but have access to specific System APIs. They can also run unsigned ActiveX components without prompting the user for authorisation.
A basic Windows Desktop Gadget consists of 3 files;
- a manifest file, gadget.xml, containing meta data such as title, description, author, etc;
- a HTML file for the main gadget window; and
- an image for the gadget background.
A gadget is packaged up for installation by compressing the files to a zip or a cab format and then renaming the extension to .gadget.
Example gadgets
a clock, a calendar and a weather application. http://i.msdn.microsoft.com/dynimg/IC295047.png
Windows Desktop Gadgets on Stack Overflow
The following is a list of useful questions tagged [windows-desktop-gadgets]
: