aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-04-29 13:31:09 +0100
committerGitHub <[email protected]>2017-04-29 13:31:09 +0100
commitc29b5e3db9e668c3ec4a7dcf6cb81f0641e6413d (patch)
tree5577d2d1c42d2243341034c6a1536f225fc6655b /TimeHACK.Main/OS/Win95/Win95.cs
parenta6bece6c3b5b8fc3c9cd17ae2cbe135e2025ab44 (diff)
parent0fd0391263ccac953fca43d5476410f4584446eb (diff)
downloadhistacom2-c29b5e3db9e668c3ec4a7dcf6cb81f0641e6413d.tar.gz
histacom2-c29b5e3db9e668c3ec4a7dcf6cb81f0641e6413d.tar.bz2
histacom2-c29b5e3db9e668c3ec4a7dcf6cb81f0641e6413d.zip
Merge pull request #54 from Alex-TIMEHACK/master
Alex's wordpad
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs
index a160251..e70d90e 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -232,6 +232,14 @@ namespace TimeHACK.OS.Win95
{
ie = null;
}
+
+ private void WordPadToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ WinClassicWordPad wp = new WinClassicWordPad();
+ WinClassic app = wm.startWin95(wp, "Wordpad", null, true, true);
+ app.BringToFront();
+ startmenu.Hide();
+ }
}
}