Tag: Windows Runtime
How to Navigate from One page to Another Page in Windows Phone WinRT Apps ?
Below is a sample code snippet that demonstrates how to navigate from one page to another in Windows Phone Windows Runtime Apps. How to Navigate from One page to Another Page in Windows Phone WinRT Apps ? Frame.Navigate(typeof(ACPage2), param);
How to Show Status Bar in Windows Phone 8.1 Windows Runtime Apps ?
Below is a sample code snippet that demonstrates how to show the Status Bar in Windows Phone 8.1 Windows Runtime Apps using C# incase if it is hidden. How to Show Status Bar in Windows Phone 8.1 Windows Runtime Apps ?