Sign in
Silverlight and Windows Phone SDK
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
animation
Blend
Breaking Changes
bugs
c#
chm
Controls
DataGrid
documentation
Features
Layout
News
Offline docs
Pages
QuickStart
samples
Silverlight
Silverlight 2
Silverlight 2 Beta 2
silverlight 3
Silverlight 4
silverlight 5
Silverlight documentation
Windows Phone
Windows Phone 7
Archive
Archives
February 2012
(2)
December 2011
(4)
October 2011
(1)
September 2011
(4)
August 2011
(1)
July 2011
(1)
June 2011
(2)
May 2011
(2)
April 2011
(8)
March 2011
(2)
February 2011
(3)
January 2011
(2)
December 2010
(4)
November 2010
(4)
October 2010
(2)
September 2010
(7)
August 2010
(3)
July 2010
(8)
June 2010
(4)
May 2010
(4)
April 2010
(6)
March 2010
(5)
February 2010
(1)
January 2010
(2)
December 2009
(4)
November 2009
(4)
October 2009
(2)
September 2009
(3)
August 2009
(2)
July 2009
(10)
June 2009
(1)
May 2009
(2)
April 2009
(8)
March 2009
(6)
February 2009
(1)
January 2009
(3)
December 2008
(3)
November 2008
(8)
October 2008
(14)
September 2008
(1)
August 2008
(1)
July 2008
(2)
June 2008
(9)
May 2008
(1)
April 2008
(5)
March 2008
(8)
November 2007
(2)
October 2007
(2)
July 2007
(2)
May 2007
(9)
April 2007
(4)
MSDN Blogs
>
Silverlight and Windows Phone SDK
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Silverlight and Windows Phone SDK
Using WebClient and HttpWebRequest
Posted
over 5 years ago
by
wpfedevcon
6
Comments
The WebClient and HttpWebRequest classes can both be used for retrieving data from a Web service. WebClient is most useful for one-time retrieval of data from a Web service, or downloading remote resources (for more information on this see, "Downloading...
Silverlight and Windows Phone SDK
Playing with the Popup Control
Posted
over 5 years ago
by
wpfedevcon
10
Comments
I've recently taken over the documentation for some of the Silverlight controls, and one of the controls I now own is Popup. One of the first things I do when preparing to document a control is play around with it in code. Using the Popup control is pretty...
Silverlight and Windows Phone SDK
Create an Animation in Code (e.g. C#, VB .NET, etc)
Posted
over 5 years ago
by
wpfedevcon
6
Comments
Sometimes you might want to create an animation in procedural code (e.g. C#, VB .NET, etc) rather than in XAML like in my previous Animation post . I've seen a lot of traffic on the Silverlight.net forums asking about this subject so in this post I'll...
Silverlight and Windows Phone SDK
Silverlight Video Player with Source Code
Posted
over 4 years ago
by
snoutholder
5
Comments
Here's a link to a silverlight video player with all the basic features like progress/seek slider, full screen toggle, play/pause/resume, etc. The player is meant to be relatively simple while still sporting the basic features you'd expect in a video...
Silverlight and Windows Phone SDK
Make a Silverlight Timer (Silverlight 2)
Posted
over 5 years ago
by
wpfedevcon
2
Comments
I've seen several questions related to timers on forums and in internal mail so I thought I'd toss up a simple example. To create a timer, you have to use the DispatcherTimer in the System.Windows.Threading namespace. Here's an example of a simple...
Silverlight and Windows Phone SDK
Silverlight Animations (Part 1 - Basic Animation)
Posted
over 5 years ago
by
wpfedevcon
4
Comments
Creating animations is one of the main reasons for even being interested in Silverlight and so I'm going to put together a series of posts that go over Silverlight animations - from dead simple to sophisticated and cool. Along the way, I'll be constantly...
Silverlight and Windows Phone SDK
Using Playlists In Silverlight
Posted
over 6 years ago
by
wpfedevcon
4
Comments
Using playlists in Silverlight is extremely easy. Silverlight supports the use of playlists through ASX files. An ASX file is simply an XML file that specifies the media files in the playlist. Playlists provide, among other things, a central entry point for a group of media. ...
Silverlight and Windows Phone SDK
Silverlight Toolkit themes make it easy to create apps with a designer look
Posted
over 4 years ago
by
Cheryl Simmons - MSFT
4
Comments
I’ve gotten some feedback from customers that they have pressure from their management to create Silverlight apps that look very visually appealing, but these customers, who are primarily developers, lack the tools, design skills or time to put together...
Silverlight and Windows Phone SDK
Windows Phone 7 Design Guidelines – Cheat Sheet
Posted
over 2 years ago
by
Cheryl Simmons - MSFT
10
Comments
One of the tasks I am trying to accomplish as I write the documentation to accompany the FuelTracker project , is to incorporate the design guidelines and certification requirements where they are pertinent. As a side effect of this effort, I’ve generated...
Silverlight and Windows Phone SDK
Using Opacity with a Silverlight / Virtual Earth Mashup (Remix)
Posted
over 6 years ago
by
wpfedevcon
1
Comments
This posting illustrates the use of opacity in a Microsoft Virtual Earth/Silverlight mashup that allows you to display selected landmarks in New York City....
Silverlight and Windows Phone SDK
Limitations of Windowless mode for Silverlight
Posted
over 5 years ago
by
Karl Erickson
11
Comments
There seems to be a fair amount of misunderstanding about windowless mode, and the current documentation doesn't provide enough detail to help out. The upcoming doc refresh will fix this, but I thought it might be helpful to provide some information here...
Silverlight and Windows Phone SDK
What's new in Silverlight 2 Beta 2?
Posted
over 5 years ago
by
wpfedevcon
27
Comments
Silverlight 2 Beta 2 includes a number of incremental improvements based on customer feedback. Changes include improvements to controls, templating, Deep Zoom, performance, further compatibility with WPF, and much more. For a full list of changes, see...
Silverlight and Windows Phone SDK
Binding to Dynamic Properties with ICustomTypeProvider (Silverlight 5 Beta)
Posted
over 2 years ago
by
Alexandra Rusina
20
Comments
Silverlight 5 Beta introduces a new ICustomTypeProvider interface that enables data binding to objects the structure of which cannot be known until runtime. This is a common problem when you work with data in any format from databases to metadata or XML...
Silverlight and Windows Phone SDK
Animation Using Keyframes and Splines
Posted
over 6 years ago
by
wpfedevcon
3
Comments
Animation is very useful in creating graphically rich Silverlight applications. This posting illustrates the use of several types of animation in Silverlight, including key frames and splines, in order to simulate a bouncing ball....
Silverlight and Windows Phone SDK
Getting started with the charting controls
Posted
over 4 years ago
by
Cheryl Simmons - MSFT
4
Comments
Recently I thought I would check out the charting controls in the Silverlight Toolkit. I’d been meaning to for awhile, but I was distracted by other tasks such as writing the documentation for the Silverlight 4 beta release. Well, those docs have gone...
Silverlight and Windows Phone SDK
Web Services and Silverlight
Posted
over 5 years ago
by
wpfedevcon
8
Comments
I've been watching the Silverlight forums since the release of Silverlight 2, and I've noticed folks are having problems getting their Silverlight 2-based apps to work with Web services. There have been a number of API changes between Silverlight 1.2...
Silverlight and Windows Phone SDK
How To Programmatically Dismiss the SIP (keyboard) in Silverlight applications for Windows Phone
Posted
over 3 years ago
by
bcl1
7
Comments
I've been creating some Silverlight applications for Windows Phone lately and I've run into a few speed bumps I thought I'd pass along. This one is in regards to closing the SIP. The virtual keyboard on the phone or the SIP (Soft Input Panel) is the...
Silverlight and Windows Phone SDK
Loading a static XML file to your Windows Phone/Silverlight App
Posted
over 3 years ago
by
Cheryl Simmons - MSFT
6
Comments
So I think I’ve mentioned before I have been working on a Windows Phone 7 application. It’s been a real learning experience as oftentimes as a writer, I get to know my feature areas very well, but don’t create full-blown applications using several features...
Silverlight and Windows Phone SDK
Creating a Custom Panel
Posted
over 5 years ago
by
wpfedevcon
6
Comments
I've spent time the last couple weeks trying to figure out how to create my own panel. At first I was completely confused and it seemed like I would change something small and the entire layout of my panel would radically shift. But after stumbling around...
Silverlight and Windows Phone SDK
New networking stack in Silverlight 3
Posted
over 4 years ago
by
Cheryl Simmons - MSFT
9
Comments
In previous versions of Silverlight, the browser handled all the HTTP communication for the Silverlight plug-in. The browser HTTP stack works well but has some limitations including the HTTP methods you can use and the response codes that are accepted...
Silverlight and Windows Phone SDK
Target Multiple Objects with one Animation (Silverlight)
Posted
over 5 years ago
by
wpfedevcon
6
Comments
What if you want to use a single animation object (let's say DoubleAnimation) to target multiple objects? This is especially useful when you have a large number of objects that have similar animations applied to them. For example, you are displaying rows...
Silverlight and Windows Phone SDK
Using the Silverlight Toolkit LayoutTransformer Control for Angled Column Header Text
Posted
over 4 years ago
by
Cheryl Simmons - MSFT
5
Comments
I recently inherited the DataGrid control and, after reading over customer feedback and forum posts, one of the tasks I gave myself was to create a code example for the DataGrid.ColumnHeaderStyle property. After poking around I thought it would be interesting...
Silverlight and Windows Phone SDK
Loaded event timing in Silverlight
Posted
over 5 years ago
by
Wolf Schmidt - MSFT
3
Comments
The FrameworkElement.Loaded event in Silverlight has a timing difference versus the FrameworkElement.Loaded event in WPF. Specifically, in WPF, the Loaded event will occur after the template is applied. In Silverlight, the Loaded event is not guaranteed...
Silverlight and Windows Phone SDK
Using Silverlight Pad to Test XAML Content
Posted
over 6 years ago
by
wpfedevcon
3
Comments
Silverlight Pad is a Silverlight 1.0 Beta application that gives you a simple way to experiment with creating XAML content--the XAML you enter can be instantly rendered as Silverlight content. You can run the application online, or download it....
Silverlight and Windows Phone SDK
Downloading Fonts Using the Downloader Object
Posted
over 6 years ago
by
wpfedevcon
7
Comments
The Downloader object is a special-purpose Silverlight object that provides the ability to download application data, including fonts. You can download either a single font, or a collection of fonts in a Zip file....
Page 1 of 8 (190 items)
1
2
3
4
5
»