aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Windows95.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-03-27 20:48:31 -0400
committerlempamo <[email protected]>2017-03-27 20:48:31 -0400
commit228c995282793d4f95c0cea31e4623d41eb41b8b (patch)
treeaff16eb1ec485c69ac4a3659f774c183fc166c38 /TimeHACK.Main/Windows95.cs
parent63e10152740429bd983d08f4e6ef29c126b6d4f0 (diff)
downloadhistacom2-228c995282793d4f95c0cea31e4623d41eb41b8b.tar.gz
histacom2-228c995282793d4f95c0cea31e4623d41eb41b8b.tar.bz2
histacom2-228c995282793d4f95c0cea31e4623d41eb41b8b.zip
IE4 improvements (ft. back button prototype!)
Diffstat (limited to 'TimeHACK.Main/Windows95.cs')
-rw-r--r--TimeHACK.Main/Windows95.cs3
1 files changed, 3 insertions, 0 deletions
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