Saturday, October 28, 2006 - Posts

Vista Gadgets and Windows Forms

I wanted to use Windows Forms to build a Sidebar Gadget for Vista. With Windows Forms, it's always been possible to build a control and then host it inside a web browser by using the object tag as in; <object classid="http:myassembly.dll#mynamespace.mycontrol"/> Read More