From 59505ed4dd131afbd18c0b3e660c8c72815ba5a2 Mon Sep 17 00:00:00 2001 From: AShifter Date: Tue, 29 Aug 2017 20:33:11 -0600 Subject: Add WinXP and MultiOS WM WM is currently working, though is in the middle of modification to work with multiple operating systems. Windows XP window template as well as resources have also been added, though window moving code has not been added yet. --- Histacom2/Histacom2.csproj | 3 ++ Histacom2/OS/Win95/Win95.cs | 38 +++++++++++----------- .../OS/Win95/Win95Apps/IE4Sites/12padams1998.cs | 6 ++-- .../Win95Apps/MineSweeper/WinClassicMinesweeper.cs | 4 +-- Histacom2/OS/Win95/Win95Apps/Story/Hack1.cs | 2 +- Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs | 2 +- .../OS/Win95/Win95Apps/Win95WindowsExplorer.cs | 24 +++++++------- .../OS/Win95/Win95Apps/WinClassicFTPClient.cs | 8 ++--- Histacom2/OS/Win98/Win98.cs | 32 +++++++++--------- .../Win98Apps/AddressBook/WinClassicAddressBook.cs | 6 ++-- .../Win98/Win98Apps/WinClassicWindowsExplorer.cs | 20 ++++++------ Histacom2/Program.cs | 4 +-- Histacom2/TitleScreen.cs | 2 +- 13 files changed, 77 insertions(+), 74 deletions(-) (limited to 'Histacom2') diff --git a/Histacom2/Histacom2.csproj b/Histacom2/Histacom2.csproj index 46750d2..34f8cd0 100644 --- a/Histacom2/Histacom2.csproj +++ b/Histacom2/Histacom2.csproj @@ -724,6 +724,9 @@ Histacom2.Engine + + +