aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Windows95.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-03-26 10:30:13 -0400
committerlempamo <[email protected]>2017-03-26 10:30:13 -0400
commit12cbfd0fddbef7ed458fa19be5768af62195f3ac (patch)
tree3af1928c00a39978eca262b6b48937bf49d81c21 /TimeHACK.Main/Windows95.cs
parente4d1958e36458ad0b24e0f6fabd3934323d31561 (diff)
downloadhistacom2-12cbfd0fddbef7ed458fa19be5768af62195f3ac.tar.gz
histacom2-12cbfd0fddbef7ed458fa19be5768af62195f3ac.tar.bz2
histacom2-12cbfd0fddbef7ed458fa19be5768af62195f3ac.zip
bits and ms bobs
Diffstat (limited to 'TimeHACK.Main/Windows95.cs')
-rw-r--r--TimeHACK.Main/Windows95.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/TimeHACK.Main/Windows95.cs b/TimeHACK.Main/Windows95.cs
index 0ce5176..c2592b8 100644
--- a/TimeHACK.Main/Windows95.cs
+++ b/TimeHACK.Main/Windows95.cs
@@ -137,6 +137,17 @@ namespace TimeHACK
ie.BringToFront();
startmenu.Hide();
}
+
+ private void desktopicons_Click(object sender, EventArgs e)
+ {
+ if (desktopicons.SelectedItems.ContainsKey("Internet Explorer"))
+ {
+ WinClassicIE4 ie = new WinClassicIE4();
+ ie.Show();
+ ie.BringToFront();
+ startmenu.Hide();
+ }
+ }
}
}