Blogs about: Silverlight Code Tips
Featured Blog
SilverLight Timers, what to use?
1. HtmlTimer is deprecated and not very reliable (incase you want to use it here is the basic code to get it working 2. System.Threading.Timer. Not really an option because there’s no way … more »
Online Advertising, Web Development & General Rantings
SilverLight Timers, what to use?
— 1 comment
advertboy wrote 11 months ago: 1. HtmlTimer is deprecated and not very reliable (incase you want to use it here is the basic code … more »
How to rename the TestPage.html in vs2008
advertboy wrote 11 months ago: The name of the default page in a VS2008 for SilverLight application is TestPage.html, this is re … more »
Handling Keyboard Input in SilverLight
— 2 comments
advertboy wrote 11 months ago: Came across a great article that explains how to handle Keyboard input in SilverLight. I just kno … more »
Silverlight Tip : Balder 3D engine in SilverLight
— 1 comment
advertboy wrote 1 year ago: In my investigations for creating the “album swisher” control for my iTunes silverlight … more »
want to clip a canvas as a mouse is dragged on the edge of it
— 2 comments
advertboy wrote 1 year ago: So this is common request in apps these days. Here’s the code that someone at silverlight.n … more »
silverlight tip: how to resize all objects in a canvas when the canvas resizes
— 1 comment
advertboy wrote 1 year ago: Using a ScaleTransform on the canvas will scale all of it’s children by the same proportion! … more »
Calling Javascript from C#
— 1 comment
advertboy wrote 1 year ago: A question that keeps coming up is how to call Javascript from C# in a Silverlight 1.1 Alpha appl … more »
