From c45c5c46cafef304016469ae4f6a49c11479fb6c Mon Sep 17 00:00:00 2001 From: JayXKanz666 Date: Wed, 12 Jul 2017 01:41:59 +0200 Subject: Added new IE4 -Changed the way IE works (TemIE4.cs) -Converted HTML websites to UserControls (/Win95Apps/IE4Sites) --- TimeHACK.Main/OS/Win95/Win95.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'TimeHACK.Main/OS/Win95/Win95.cs') diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs index 6090c0f..e08d436 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -443,6 +443,13 @@ namespace TimeHACK.OS.Win95 app.BringToFront(); startmenu.Hide(); } + + private void iE4TestToolStripMenuItem_Click(object sender, EventArgs e) + { + WinClassic app = wm.StartWin95(new TempIE4(), "IE4", null, true, true); + app.BringToFront(); + startmenu.Hide(); + } } public class MyRenderer : ToolStripProfessionalRenderer { -- cgit v1.2.3