Sign In
Ben Lemmon's Code Ramblings
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
animate
animation
Binding
borderthickness
contents
Converter
margin
msbuild
padding
Piping
PipingConverter
preprocessor
silverlight
thickness
thicknessanimation
WPF
XAML
xap
zip
Archive
Archives
November 2009
(1)
April 2009
(1)
March 2009
(3)
MSDN Blogs
>
Ben Lemmon's Code Ramblings
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Ben Lemmon's Code Ramblings
Reading zip files from Silverlight
Posted
over 3 years ago
by
blemmon
3
Comments
Silverlight doesn't have any classes from the System.IO.Compression namespace, but it's gone something better, Application.GetResourceStream . It's pretty easy to take a stream to a zp file and get a stream to one of the uncomressed files inside it: ...
Ben Lemmon's Code Ramblings
Using the preprocessor to share incompatible XAML between SL and WPF – Part 1
Posted
over 3 years ago
by
blemmon
7
Comments
One of the goals of Silverlight is to be a subset of WPF so that you can cross-compile the code between the two frameworks. This works great when you adhere to the strict subset that Silverlight provides, but when you want to deviate from that to provide...
Ben Lemmon's Code Ramblings
Piping Converters in WPF and Silverlight
Posted
over 3 years ago
by
blemmon
4
Comments
One limitation in WPF and Silverlight is that a Binding can only have one converter. At least for me, this has meant that I've created a lot of very specific converters in my projects. If I needed a converter to format a string then turn it into a uri...
Ben Lemmon's Code Ramblings
Animating margins in Silverlight
Posted
over 3 years ago
by
blemmon
7
Comments
So I ran into a problem the other day where I needed to animate a margin of a control, but Silverlight doesn't allow for animating Thickness objects ( WPF does ). The solution I came up with is very simple and can be used to animate the Margin, Padding...
Ben Lemmon's Code Ramblings
Introduction
Posted
over 3 years ago
by
blemmon
0
Comments
Before we get off to the fun stuff (a.k.a. programming), I think it's best for me to introduce myself. I'm a developer at Microsoft working for MSN. I began programming around age 14, working in QBasic 4.5, and have been addicted ever since. My language...
Page 1 of 1 (5 items)