Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
June 2013
(4)
May 2013
(10)
April 2013
(6)
February 2013
(3)
January 2013
(8)
October 2012
(6)
September 2012
(17)
August 2012
(25)
July 2012
(20)
June 2012
(68)
May 2012
(26)
April 2012
(14)
March 2012
(22)
February 2012
(28)
January 2012
(40)
December 2011
(13)
November 2011
(29)
October 2011
(19)
September 2011
(16)
August 2011
(32)
July 2011
(42)
June 2011
(31)
May 2011
(47)
April 2011
(59)
March 2011
(39)
February 2011
(18)
January 2011
(19)
December 2010
(32)
November 2010
(20)
October 2010
(5)
September 2010
(1)
August 2010
(2)
July 2010
(7)
June 2010
(8)
May 2010
(1)
January 2010
(1)
December 2009
(8)
October 2009
(1)
August 2009
(4)
July 2009
(8)
June 2009
(9)
May 2009
(2)
April 2009
(4)
March 2009
(10)
February 2009
(7)
December 2008
(4)
November 2008
(4)
October 2008
(1)
September 2008
(2)
August 2008
(3)
May 2008
(2)
April 2008
(1)
February 2008
(1)
January 2008
(1)
December 2007
(4)
October 2007
(2)
September 2007
(3)
June 2007
(2)
May 2007
(2)
January 2006
(1)
Tags
Academics
C#
C# Express
C++
Game Design
Imagine Cup
Metro
Metro Design
User Experience
Visual Studio 2010
Visual Studio 2010 Ultimate
Visual Studio Team Systems
Visual Studio Team Systems, Visual Studio 2010, Visual Studio Windows Phone Express, Visual Studio Web Developer, Object Oriented Programming, Visual Studio 2010 Ultimate, Microsoft, Windows Phone 7, Basics of programming, Encapsulation, Class instantiati
Visual Studio Team Systems, Visual Studio 2010, Visual Studio Windows Phone Express, Visual Studio Web Developer, Visual Studio 2010 Ultimate, Durr's Beer, derived class, software architecture, Inheritance, "isa" relationship, base class
Visual Studio Web Developer
Visual Studio Windows Phone Express
Windows 8
Windows Phone 7
Windows Presentation Foundation
WPF
XAML
XBOX
XBox 360
XNA 4.0
XNA Express
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
Working with Live Tiles locally using XAML and C++ / CX using Images
Surf4Fun
In parallel to Daniel Egan’s excellent post on working with Live Tile Locally, I decided to glom on to his writing and parallel his message but use XAML and C++. The form has the following elements: About mid way down in Daniel’s referenced blog he shows you a simple form and two buttons...
on
11 Sep 2012
Blog Post:
Promises and asynchrony: S/W Promises defined with words normal people can read
Surf4Fun
Promises have a simple lifecycle. Initially, a promise is unresolved – it represents the expectation of receiving a result at some unspecified future time. When the result is received, the promise becomes fulfilled and the result becomes the value of the promise. If an error occurs, either in the calculation...
on
3 Aug 2012
Blog Post:
Port your UNIX code to Visual Studio 12
Surf4Fun
All right, you just graduated from college, never worked with Visual Studio and you got a lot of code built on UNIX. You employer is purely Visual Studio and Windows, they don’t want to support a separate operating system. You could quit, but they pay so well, the medical and dental plan...
on
28 Jul 2012
Blog Post:
C++ Summer Reading, take this to the beach to impress the cool people
Surf4Fun
C++, not Visual C++ is the center language for Metro Design, not C#, at least in my opinion. There aren’t any books as I am writing this post, so you are on your won. If you need to brush up on your programming skills here are some books you might want to take a look at. Then again...
on
25 Jul 2012
Blog Post:
Designing for the Windows Kinect: Hover Buttons
Surf4Fun
Hover buttons, pretty cool, but not well explained in the documentation that I have found. Hover buttons add a cool effect and cause hovering of an object over another object to appear to be similar to a click. The best examples of using the Hover buttons are found at: http://raychambers.wordpress...
on
17 Jun 2012
Blog Post:
C++ : Secrets of learning C++ programming
Surf4Fun
What are the secrets of C++ programming? With the XAML and C++ tools and templates, C++ is not much more than C# to program with and you don’t have to use .NET anymore. Unless you want to. So the secret is that we are all out of practice working with C++ generally (if you are reading this...
on
14 Jun 2012
Blog Post:
Setting Up Team Foundation Server (not services) on Windows 8
Surf4Fun
First see the forum comment at: http://social.msdn.microsoft.com/Forums/en-US/tfssetup/thread/2bc48ea2-a652-4f98-9676-2243675c43fa make sure to have IIS up and running and the installation is slick. So run that cmd code as an administrator. Follow the instructions on that site. Then come back here...
on
29 May 2012
Blog Post:
Create WinRT in Blend? Is this a blend of icy goodness? Or is it just weird to write C++ in Blend?
Surf4Fun
And just what the heck does this have to do with building quality apps? Well, first of all a quality app don’t get hung up and freeze. If you use WinRT, then WinRT can help you prevent freezing. So no, this isn’t about a blend of icy goodness it is to prevent freezing and other issues...
on
22 May 2012
Blog Post:
Wait for it… await, do I have use this with WinRT?
Surf4Fun
Some people complain that my titles make no sense. But they do. To me. And you right? After all you are reading this so the title or something got you to this URL. I think a title like: “Gibberish, followed by the Spanish Inquisition, which no one expected, with a little...
on
22 May 2012
Blog Post:
Porting a Windows Phone App to WinRT
Surf4Fun
This is an awesome article about how to port a WIndows Phone app to Windows 8. Instructions, etc. Well written. As you might think: “Well Written? This can’t be written by Sam then!” And that would be correct, it is on CodeProject: http://www.codeproject.com/Articles/375173/Hacking...
on
18 May 2012
Blog Post:
Get coordinates from directmath vectors in Windows 8 and C++
Surf4Fun
Vectors operations are similar to Matrix operations, but there is usually a need for faster calculations. On one of my jobs in the 1980s we had to create a digital system that could do calculations very rapidly and with the power supply had to be lighter and smaller then a similar electrical analog...
on
16 May 2012
Blog Post:
Let’s talk about directives in VC++ in Visual Studio 11 and Windows 8
Surf4Fun
Anything with a pound symbol in front of a word is used to give direction to the preprocessor. So the first time you run into the pound symbol (#) usually is something like the following: #include <algorithm> #include <iostream> #include <vector> #include "DirectXMath.h"...
on
15 May 2012
Blog Post:
DirectX 11 and Windows 8
Surf4Fun
Well, apparently there is some concern about the messaging around DirectX 11 and Windows 8. Right now as of 5/11/2012 I am accessing DirectX via C++. This means that if you are thinking about low level graphics design, then you may consider it important to get up to speed with Direct2 and Direct3...
on
11 May 2012
Blog Post:
Talking to my inner space alien about MetroRT, which should be simply Metro or WinRT or something completely mutated
Surf4Fun
My inner space alien made it’s visit and was asking me about the whole idea around MetroRT, Win8 and other stuff. First of all the Inner Space Alien wanted to know what in the heck is MetroRT? Since the only written material in the Universe that mentions MetroRT is my blog, so there must...
on
2 May 2012
Blog Post:
CompositeTransforms in MetroRT
Surf4Fun
Blah-blah Using CompositeTransitions to make an interesting look in the tablet. And yes this would work in the Win7 world as well. I initially started this blog to whine about the changes in some of the functionality of XAML but got distracted. Also, this effort came up when one of my teammates (...
on
3 Apr 2012
Blog Post:
The remains of the day: MetroRT XAML makes things move
Surf4Fun
XAML, making things move, is referred to as animation. If you are a follower of XNA, animation usually refers to something else, like reading spritesheets or running things into other things. In XAML, well designed apps make things move in small ways that make apps look good. Many of the...
on
2 Apr 2012
Blog Post:
Reimagine your App on Win 8: Attend the blow out Event at Silicon Valley, Microsoft!
Surf4Fun
After months of eager anticipation, Windows 8 is finally here. To kick things off, Microsoft will be hosting a large-scale event at SVC featuring Robert Youngjohns and Matt Thompson . Both are FREAKING AWESOME and totally intune speakers. We are lucky to get Matt Thompson, with depth of...
on
19 Mar 2012
Blog Post:
Yippee just wrote my Hello World XAML/C++ app, now I am an expert at WinRT!
Surf4Fun
After spending most of the last 20 years looking for the intellisense after I hit a period, the XAML/C++ was a bit of surprise, not much though. It isn’t clear how this works unless you have worked through the SimpleBlogReader. Here is what I did to create my Hello World app using XAML and C++...
on
19 Mar 2012
Blog Post:
Lab: Move an object using Silverlight and XNA in Windows Phone Part 1
Surf4Fun
Charles Petzold free eBook is great , except that it doesn’t cover the use of Sliverlight-XNA tools that are in the current version of Windows Phone. One of the most reliable source on how to use the Silverlight XNA hybrid is the MSDN Article at: How to: Combine Silverlight and the XNA...
on
23 Feb 2012
Blog Post:
Converted an image to XAML and changed the XAML Image to a UserControl, then Kenny Spade had to save my assets
Surf4Fun
I had converted an image to a XAMLfile using Expression Design 4. Then I added the existing Image.XAML to Blend 4 then converted the Image.XAML from an image to being a Usercontrol, which means that it has a “code behind” C# project connected to it. (I got turned on this process through...
on
11 Jan 2012
Blog Post:
Make an Image Button using XAML, it’s easy and FUN!
Surf4Fun
You can easily make an Image Button with a few lines of XAML. What a blast right? When your parents get home, you can show them this and they might think you actually did something other than play Halo 3 or Kinect all day. Or if you are working, well get back to work. First open Visual Studio, you...
on
27 Jun 2011
Blog Post:
Changing the color fill of an object using Binding and SelectedItem.Content in a combobox
Surf4Fun
Oh boy, thanks for making it to this blog. This entry is going to be a low number, so I customized it just for you. Ok, not really, but since there are likely so few numbers, you can feel unique. Someone has to write these kinds of blogs. After all I can only write about security issues...
on
15 Jun 2011
Blog Post:
XAML and SoundPlayer
Surf4Fun
Windows Presentation Foundation (WPF) has 3 classes that allow you to use multimedia in your applications. The classes are: Soundplayer: Lightweight and easy to use, will run on Windows XP MediaPlayer: No visual interface, cannot display videos, requires Windows Media 10 or higher MediaElement...
on
8 Jun 2011
Blog Post:
What you need to know about routed events in WPF (similar to Silverlight)
Surf4Fun
Events in WPF (and Silverlight) are dealt with differently, using “Routing Events”. Why? Routed events enable you to add multiple levels of complexity to your UIs and the response to user input. What do you need to know about the concept of routed events: How to handle a routed event http://msdn...
on
7 Jun 2011
Blog Post:
XAML: Property Value Precedence
Surf4Fun
Calvin Hobbes on Writing -- I used to hate writing assignments, but now I enjoy them. I realized that the purpose of writing is to inflate weak ideas, obscure poor reasoning and inhibit clarity. With a little practice, writing can be an intimidating and impenetrable fog! ___________________________________________________________________________...
on
6 Jun 2011
Page 1 of 2 (44 items)
1
2