In app development, windows 8 sdk mediaElement control support audio and video format files. A short of code make media element or you can say media player for your apps.
<MediaElement Source="5th.mp4" HorizontalAlignment="Left...
Friday, December 6, 2013
Friday, November 29, 2013
Windows 8 App Development: How to use HyperlinkButton in c# code file
In my previous article, i have discuss hyperlinkbutton with XAML code in windows 8 app development. In this article i will explain use this button in c# code file. Write the below code in specified file:
XAML CODE
<Page
x:C...
Monday, November 25, 2013
How to use HyperlinkButton with XAML in Windows 8 App Development
HyperLinkButton, used to open the specified URI in the default browser. URI can be specified in NavigateURI property of this button and it will launch that by clicking on that button. This button look like a text with underline. ...