Sign In
Windows Phone Developer Tips
General Windows Phone developer tips including but limited to game programming tips. Also, general Silverlight news and announcements.
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
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
game programming
msnow
Silverlight
silverlight 2
Visual Studio 2008
VS 2008
Archive
Archives
January 2009
(5)
November 2008
(25)
January, 2009
MSDN Blogs
>
Windows Phone Developer Tips
>
January, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows Phone Developer Tips
Silverlight Tip of the Day #29: Creating a Transparent, Draggable Dialog with Rounded Corners
Posted
over 3 years ago
by
msnow
1
Comments
For this tutorial we will step you through the basics of what you need to do to create a dialog that you can: Drag/drop. Add transparency (opacity) to. Round the corners. To preview and run this application please visit this link: http://silverlight.services...
Windows Phone Developer Tips
Silverlight Tip of the Day #28: How to Implement a Custom Mouse Cursor
Posted
over 3 years ago
by
msnow
3
Comments
In Tip of the Day #27 we talked about how to change the mouse cursor. But what if you want to have a cursor icon that is not supported by Silverlight? This tutorial will show you how to do it. For a complete demo of this tip visit: http://silverlight...
Windows Phone Developer Tips
Silverlight Tip of the Day #27: How to Change the Mouse Cursor
Posted
over 3 years ago
by
msnow
3
Comments
Let’s say you want to change the mouse cursor when hovering over a UI element. You can do this directly in the XAML by setting the Cursor property. For example, if you want to change the cursor to be the Hand cursor when hovering over...
Windows Phone Developer Tips
Silverlight Tip of the Day #26: How to Change the Output XAP File Name.
Posted
over 3 years ago
by
msnow
3
Comments
Don’t like the default name given to your XAP file? Good news! You can change it but there are two steps you will need to take. Step #1. Right click on your Silverlight application node in the solutions explorer and choose “Properties”. Choose...
Windows Phone Developer Tips
Silverlight Tip of the Day #25: How to Build the XAP File to the Debug/Release Folders
Posted
over 3 years ago
by
msnow
2
Comments
By default when you build your Silverlight application you will notice the XAP file is placed in your web sites ClientBin folder: This is regardless of whether you are building under Debug or Release configurations. In Visual Studio 2008 you can choose...
Page 1 of 1 (5 items)