Friday, August 27, 2010

Building Applications for MS Touch devices using Microsoft® Surface® Toolkit for Windows Touch Beta

To get started on this first go ahead and download the following 

Microsoft® Surface® Toolkit for Windows Touch Beta SDK

http://www.microsoft.com/downloads/details.aspx?FamilyID=801907A7-B2DD-4E63-9FF3-8A2E63932A74&displaylang=en&displaylang=en 

Once you installed you will see the following Template .   Building Application for  Surface devices is same as Building Windows WPF Application .

image

let is try creating sample application . Here I am going to use ScatterView control

The ScatterView control as a container for any other user interface (UI) element. When you place a UI element inside of a ScatterView control, that element automatically gains the ability to be moved, rotated, and resized using one or multiple touches.

 

image

Here is the Result for the above XAML code in  MS Surface Simulator

image

Please download MS Surface SDK and explore the more controls .

Nandri(Thanks)

SreenivasaRagavan.

Tuesday, August 17, 2010

VS.NET IDE Color Schemes

 

Please click below link and get the color scheme

http://studiostyles.info/schemes/latest

Here is some sample for view.

image

 

Nandri(Thanks)

Sreenivasa Ragavan