Browse by Tags

Sorry, but there are no more tags available to filter with.
Building my first Silverlight sidebar gadget
Sat, May 19 2007 0:56
well, almost, that is. And what a ride it was, letting me get some important info on several aspects related with C# coding and Javascript interop. First, I'd like to thank Bruce Williams for providing the answer for the issue related with running Silverlight on my 64 bits machine : the problem is that you can't load the Silverlight gadget on the 64x... Read More...
Hosting Silverlight controls on a sidebar gadget
Wed, May 16 2007 22:54
What was supposed to be an easy task simply doesn't work. It seems like I can instantiate the AgControl ActiveX object from a "normal" HTML page but it doesn't when the page is loaded on the Windows Sidebar. The error is the old "Automation server can't create object" which really means that the ActiveX can't be instantiated... Read More...