aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-05-19 21:51:48 +0100
committerAlex-TIMEHACK <[email protected]>2017-05-19 21:51:48 +0100
commit43647f873b9c2cd454b0b9389b952e1b36406725 (patch)
treec41de99a6103ad72dd449481d1153da3e1114c8b /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
parent044d3dd3aa38f02693d1d2561a4276b2dc1bdd9a (diff)
parentd9fa6d11aa4889ba4538b00ef56d03da78664025 (diff)
downloadhistacom2-43647f873b9c2cd454b0b9389b952e1b36406725.tar.gz
histacom2-43647f873b9c2cd454b0b9389b952e1b36406725.tar.bz2
histacom2-43647f873b9c2cd454b0b9389b952e1b36406725.zip
Fixed Conflicts
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs12
1 files changed, 2 insertions, 10 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
index 1e4e204..e6253c9 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
@@ -25,15 +25,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
private void WinClassicIE4_Load(object sender, EventArgs e)
{
- browsinghistory.Capacity = 99;
- BringToFront();
- hidePrograms();
- browsinghistory.Add("www.microsoft.com/internetexplorer4/welcome");
- for (int i = 0; i < 99; i++) browsinghistory.Add(null);
- webBrowser1.DocumentText = resources.GetString("ie4start_HTML");
- webBrowser1.Show();
- foreach (ToolStripMenuItem item in MenuStrip3.Items) item.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0)));
- foreach (Control ctrl in Panel1.Controls) ctrl.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0)));
+
}
private void hidePrograms()
@@ -218,7 +210,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
}
}
-
+
//TODO: Add more websites
//TODO: Relabel Buttons And Things
}