diff options
| author | lempamo <[email protected]> | 2017-03-26 10:30:13 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-26 10:30:13 -0400 |
| commit | 12cbfd0fddbef7ed458fa19be5768af62195f3ac (patch) | |
| tree | 3af1928c00a39978eca262b6b48937bf49d81c21 /TimeHACK.Main/Windows95.cs | |
| parent | e4d1958e36458ad0b24e0f6fabd3934323d31561 (diff) | |
| download | histacom2-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.cs | 11 |
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(); + } + } } } |
