Benjamin Roux
Window Phone + Windows 8 Fan - MVP Client App Dev
Sign in
|
Join
Home
RSS
Atom
Search
Tags
.NET
Fun
Games
Microsoft
MIX10
Personal
Reflector
Silverlight
Windows 8
Windows Phone
WinRT
WP7
Sponsors
advertise here
News
My Live Messenger status:
Navigation
Home
Blogs
Archives
July 2012 (5)
April 2011 (1)
February 2011 (3)
May 2010 (1)
February 2010 (1)
January 2010 (4)
August 2009 (2)
February 2011 - Posts
3
Comments
[Silverlight] How to watermark a WriteableBitmap with a text
by
Benjamin Roux
Hello, In my current project, I needed to watermark a WriteableBitmap with a text. As I couldn’t find anything I decided to create a small extension method to do so. public static class WriteableBitmapEx { /// <summary> /// Creates a watermark on...
Filed under:
Microsoft
,
Silverlight
,
.NET
1
Comments
[WP7] How to decompile WP7 assemblies
by
Benjamin Roux
The other day I wanted to check the source code of the ScrollViewer of WP7. I started Reflector (profit while its still free) and I opened the System.Windows.dll assembly located at C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\Silverlight...
Filed under:
Microsoft
,
Silverlight
,
.NET
,
Reflector
,
Windows Phone
,
WP7
1
Comments
[Silverlight] How to choose the webcam resolution
by
Benjamin Roux
Hello, Today I’m gonna show you how to choose the webcam resolution when using Silverlight. By default most of them are in 640x480 which can be sometimes insufficient. VideoCaptureDevice source = devices.SelectedItem as VideoCaptureDevice; source.DesiredFormat...
Filed under:
Microsoft
,
Silverlight
,
.NET
More Posts