April 2012 - Posts

8
Comments

Obtaining screen resolution scale details in Windows 8 Metro Style App by nmarun

If you want to know the current screen resolution and the pixels per inch (PPI) scale that your app is having to deal with on any device, use ResolutionScale. This is an enum with the following values: For C#: I have named the grid as BaseGrid and I can...
6
Comments

Accessing files on local machine in Windows 8 Metro Style Apps using JavaScript and HTML5 by nmarun

This article is written on pre-release version of the software and is subject to change in future release. Here I’ll be reading a list of files from the client machine and displaying it on the page. I created a new blank JavaScript Metro Style App project...
More Posts