Mega Code Archive

 
Categories / VB.Net / WPF
 

Media Element with wmv file

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"       xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"       HorizontalAlignment="Center" VerticalAlignment="Center">           <MediaElement Source="C:\y.wmv" />      </Page>