From 2a3b9212039d4f8c98b68ce3fb76c8c4d8130361 Mon Sep 17 00:00:00 2001 From: Sam V Date: Sun, 13 Aug 2023 18:51:22 +0200 Subject: [PATCH] Ensure program runs as 32 bit, fix window layout, start as maximized --- NativeDllTester/MainWindow.xaml | 31 +++++++++++++++++----- NativeDllTester/NativeDllTester.csproj | 2 +- NativeDllTester/Properties/AssemblyInfo.cs | 8 +++--- README.md | 12 ++++----- 4 files changed, 35 insertions(+), 18 deletions(-) diff --git a/NativeDllTester/MainWindow.xaml b/NativeDllTester/MainWindow.xaml index 4507fbc..1610350 100644 --- a/NativeDllTester/MainWindow.xaml +++ b/NativeDllTester/MainWindow.xaml @@ -5,14 +5,31 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:NativeDllTester" mc:Ignorable="d" - Title="MainWindow" Height="450" Width="800"> + Title="Native Dll Tester" Height="450" Width="800" + WindowStartupLocation="CenterScreen" + WindowState="Maximized"> - -