WPF in Sidebar Gadgets
Stanimir Stoyanov has developed a Sidebar Styler which among other things allows Windows Presentation Foundation (WPF) to be run in a Sidebar gadget. What does this mean? Well, WPF is a very rich graphics subsystem with which designers can create stunning looking applications. Up until now, gadgets were basic HTML files which were kind of clunky to build with some awkward scripting thrown in. Now you can exploit the .NET 3.0 framework from within your gadget - which is very nice indeed!
Stanimir has also released a tutorial on how to develop your own WPF gadget.
Technorati tags: Sidebar, Gadgets, WPF, Vista
Comments
- Anonymous
August 31, 2007
Hi, I tried to follow your tutorial on how to develop your own WPF gadget but I couldn't actually get the gadget to dock on the SideBar. Do I need to install the SideBar Styler? P.S. There seems to be a small error in the documantation. At one point you mention that we need to replace System.Windows.Window with System.Windows.Grid. That class does not exist in that namespace. I found it here System.Windows.Controls.Grid. Greg.