Categories
- Code (31)
- C# (4)
- emacs (4)
- Javascript (1)
- PHP (1)
- Python (6)
- Shell Script (2)
- silverlight (4)
- Blend (2)
- Sysadmin (3)
- unix (4)
- Code (31)
Meta
ad
Category Archives: silverlight
Silverlight Tutorial – Flashlight Tutorial
How to make a flashlight effect with silverlight ?
Silverlight Custom Control – I
This article is my first about creating Custom Controls in Silverlight 2. So let’s build a simple one : You need : A .cs file, named with your new Custom Control name A directory named Themes A generic.xaml file in … Continue reading
How to make a fake 3D Storyboard with Expression Blend
In this “how to” i will show you how to make a StoryBoard like this: This is not hard but you have to be famialiar with Blend. download this video
Silverlight – Password field no longer missing
EDIT : There’s now a real PasswordField, our tricks is no longer needed, just read : http://silverlight.net/blogs/msnow/archive/2008/09/29/silverlight-tip-of-the-day-47-how-to-implement-a-password-box.aspx Everybody developping in Silverlight knows that there’s no password textbox, and some of us rewrite a UserControl to replace it… yeark !! There’s … Continue reading