diff options
| author | JayXKanz666 <[email protected]> | 2017-07-12 01:41:59 +0200 |
|---|---|---|
| committer | JayXKanz666 <[email protected]> | 2017-07-12 01:41:59 +0200 |
| commit | c45c5c46cafef304016469ae4f6a49c11479fb6c (patch) | |
| tree | 54d5c6764662220862bfb3b53ea6aa5061abca46 /TimeHACK.Main/OS/Win95/Win95.cs | |
| parent | 40d36a0435f8b2158ea2a37556b3488b7fa88f60 (diff) | |
| download | histacom2-c45c5c46cafef304016469ae4f6a49c11479fb6c.tar.gz histacom2-c45c5c46cafef304016469ae4f6a49c11479fb6c.tar.bz2 histacom2-c45c5c46cafef304016469ae4f6a49c11479fb6c.zip | |
Added new IE4
-Changed the way IE works (TemIE4.cs)
-Converted HTML websites to UserControls (/Win95Apps/IE4Sites)
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.cs | 7 |
1 files changed, 7 insertions, 0 deletions
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 { |
