From 228c995282793d4f95c0cea31e4623d41eb41b8b Mon Sep 17 00:00:00 2001 From: lempamo Date: Mon, 27 Mar 2017 20:48:31 -0400 Subject: IE4 improvements (ft. back button prototype!) --- TimeHACK.Main/Windows95.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TimeHACK.Main/Windows95.cs') diff --git a/TimeHACK.Main/Windows95.cs b/TimeHACK.Main/Windows95.cs index 79eb796..f062b7e 100644 --- a/TimeHACK.Main/Windows95.cs +++ b/TimeHACK.Main/Windows95.cs @@ -41,6 +41,8 @@ namespace TimeHACK // Set the StartMenu seperator startmenuitems.Items.Insert(6, new ToolStripSeparator()); + + this.SendToBack(); } #region StartMenu @@ -60,6 +62,7 @@ namespace TimeHACK private void startbutton_Click(object sender, EventArgs e) { startmenu.Show(); + startmenu.BringToFront(); } // Shutdown button -- cgit v1.2.3