by the3factory
4/13/2008 10:29:00 PM
Download code
Silverlight v2 introduced managed code into Silverlight but it didn't forget that JavaScript is still important. Silverlight 2 has a feature which allows the Silverlight application and its host page's JavaScript can communicate with each other.
This sample has tw...
[More]
by the3factory
3/31/2008 11:49:00 PM
Download code
Table of Contents
Creating a Silverlight Super TextBox (ComboBox, Masked TextBox and More)
Introduction
Button
Predefined Buttons, ComboBox and Erase Inside the TextBox
Having a Silverlight Headache!!
Formatting Behavior of STextBox
Mask...
[More]
by the3factory
3/23/2008 11:04:00 PM
Download code
In this tutorial, I show:
how to consume a web service
how to work with user controls
how to edit the styles and template of a certain control
by the3factory
3/23/2008 6:01:00 AM
Download code
Introduction
In this brief article we are going to take a look into Silverlight animations and try to find a simple way to reuse the same animations for different elements. Creating animations in xaml code is easy, but it’s not that easy to reuse the same animation fo...
[More]
by the3factory
3/13/2008 12:54:00 AM
Download code
by the3factory
3/12/2008 11:19:00 PM
Download code
by the3factory
3/11/2008 10:48:00 PM
Hope everyone had a chance to download and play with the Silverlight 2.0 Beta1 bits. I wanted to put up a quick post detailing the features we have shipped in this Beta. We have shipped total of 5 features split across 5 assemblies.
Core Assembly:
System.Runtime.Serialization.dll - Data Cont...
[More]
by the3factory
3/7/2008 2:27:00 AM
Download source
One of the most exciting features of Silverlight 2.0 (beta 1) is the ability to create custom panels - just like WPF! Silverlight 2.0 (beta 1) comes with three panels: Canvas, Grid, and StackPanel. Many people will miss other popular panels already included with WPF. This article ...
[More]
by the3factory
3/5/2008 11:09:00 PM
Download source
Creating the Project
Create a Silverlight Class Library Project in Visual Studio 2008.
Because this will be a Control Library we've to add a reference to System.Windows.Controls assembly. This assembly will have 1.0.0.0 as version number for Silverlight 2.0 Beta1 (don't ask ...
[More]