Tag: Windows Store App
How to Run a Windows Store App from Visual Studio 2013 ?
When you have created your Windows Store App , you can run it by pressing the “Run” button from Visual Studio toolbar or use the shortcut key “F5” to run the app. How to Run a Windows Store App from Visual Studio 2013 ?
How to Derive a Class (Inheritance) in Javascript (WinJS) ?
If you want to derive a class from another class in Javascript when developing a Windows store app using WinJS library , you can use the WinJS.Class.derive method to do it. How to Derive a Class (Inheritance) in Javascript (WinJS) ? Below is a sample code snippet demonstrating how to derive a class in WinJS.
How to Close a Windows Store App in Windows 8.1 ?
If you want to close the Windows Store App in Windows 8.1 by swiping down from the top of the screen to the bottom . How to Close a Windows Store App with a shortcut key ? You can close a Windows store app using the shortcut key Alt + F4
Using the Tooltip control in WinJS for Windows Store App
The tooltip WinJS control in Windows Store App can be used to display the customizable tooltip on the HTML element . When you hover over the element , the tooltip appears foe few seconds and disappears as soon as the cursor is moved away from the HTML element. Using the Tooltip control in WinJS for Windows Store App Below is a sample code snippet demonstrating…
How to Change the Start-up Project in Universal App ?
When launching the universal app from Microsoft Visual Studio 2013 , you can decide to run either the Windows Phone 8.1 project or Windows Store 8.1 app . How to Change the Start-up Project in Universal App ? To change the start-up project in Universal App when launching the app locally on Windows 8.1 PC , click the dropdown button that displays “Local Machine” and…