I would like to make my WPF application fullscreen. Right now, the Start menu does not allow you to cover everything and changes the application. This is what I have for my MainWindow.xaml code:
<Window x:Class="HTA.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" mc:Ignorable="d" WindowStyle="None" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Width="1024" Height="768">
c # wpf
Robert Aug 30 '10 at 22:34 2010-08-30 22:34
source share