aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win98
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-06 13:17:41 -0400
committerlempamo <[email protected]>2017-07-06 13:17:41 -0400
commit77f783fe2b6999720c900aaf32103bec906f9da9 (patch)
treef4374934f8e8e514cd94e2dc80c1309a19386f2b /TimeHACK.Main/OS/Win98
parenta3d4fab4392a149492e4896411cc44f0adf9eb2e (diff)
downloadhistacom2-77f783fe2b6999720c900aaf32103bec906f9da9.tar.gz
histacom2-77f783fe2b6999720c900aaf32103bec906f9da9.tar.bz2
histacom2-77f783fe2b6999720c900aaf32103bec906f9da9.zip
You can install WebChat again
Diffstat (limited to 'TimeHACK.Main/OS/Win98')
-rw-r--r--TimeHACK.Main/OS/Win98/Win98.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/TimeHACK.Main/OS/Win98/Win98.cs b/TimeHACK.Main/OS/Win98/Win98.cs
index 198108d..175719a 100644
--- a/TimeHACK.Main/OS/Win98/Win98.cs
+++ b/TimeHACK.Main/OS/Win98/Win98.cs
@@ -218,12 +218,12 @@ namespace TimeHACK.OS.Win98
private void installerTestToolStripMenuItem_Click(object sender, EventArgs e)
{
- Win95Installer openinstaller = new Win95Installer();
- WinClassic app = wm.StartWin95(openinstaller, "Installer", null, false, true);
+ //Win95Installer openinstaller = new Win95Installer();
+ //WinClassic app = wm.StartWin95(openinstaller, "Installer", null, false, true);
- AddTaskBarItem(app, app.Tag.ToString(), "Installer", null);
+ //AddTaskBarItem(app, app.Tag.ToString(), "Installer", null);
- app.BringToFront();
+ //app.BringToFront();
startmenu.Hide();
}
@@ -258,11 +258,11 @@ namespace TimeHACK.OS.Win98
}
else if (objListViewItem.Text == "Web Chat Setup")
{
- Win95Installer inst = new Win95Installer();
- inst.installname.Text = "Web Chat 1998";
- WinClassic app = wm.StartWin95(inst, "Web Chat Setup", null, true, true);
- AddTaskBarItem(app, app.Tag.ToString(), "Web Chat Setup", null);
- app.BringToFront();
+ //Win95Installer inst = new Win95Installer();
+ //inst.installname.Text = "Web Chat 1998";
+ //WinClassic app = wm.StartWin95(inst, "Web Chat Setup", null, true, true);
+ //AddTaskBarItem(app, app.Tag.ToString(), "Web Chat Setup", null);
+ //app.BringToFront();
startmenu.Hide();
}
}