Tips for Creating a Silverlight 2 Gadget for Vista

First, glance over at Chris Szurgot’s post on creating a Silverlight Gadget. It really is as easy as he says it is. Just build your project in Visual Studio and in the html page replace the: <param name=”source” value=”ClientBin/MySilverlightApp.xap”/> with <param name=”source” value=”x-gadget:///MySilverlightApp.xap”/> There are a couple things that should be noted though. Here is…

Read More