diff options
| author | lempamo <[email protected]> | 2017-03-28 16:05:13 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-28 16:05:13 -0400 |
| commit | 3e99bcce462eba94370bfffab5af9ceccdf99ebd (patch) | |
| tree | d94134529ddaec7f85ad73753531b2cbd1effea1 /TimeHACK.Main/Windows95.cs | |
| parent | 36f06ca57b06a2b049eeb8260290b0aade62a154 (diff) | |
| download | histacom2-3e99bcce462eba94370bfffab5af9ceccdf99ebd.tar.gz histacom2-3e99bcce462eba94370bfffab5af9ceccdf99ebd.tar.bz2 histacom2-3e99bcce462eba94370bfffab5af9ceccdf99ebd.zip | |
did some things for webchat
Diffstat (limited to 'TimeHACK.Main/Windows95.cs')
| -rw-r--r-- | TimeHACK.Main/Windows95.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TimeHACK.Main/Windows95.cs b/TimeHACK.Main/Windows95.cs index fb0d0ca..44254e3 100644 --- a/TimeHACK.Main/Windows95.cs +++ b/TimeHACK.Main/Windows95.cs @@ -173,6 +173,14 @@ namespace TimeHACK Engine.Template.WinClassic app = wm.startWinClassic(ie, "Internet Explorer 4", null, true, true, new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((byte)(0)))); app.BringToFront(); startmenu.Hide(); + } else if (objListViewItem.Text == "Web Chat Setup") + { + WinClassicInstaller inst = new WinClassicInstaller(); + WindowManager wm = new WindowManager(); + inst.installname.Text = "Web Chat 1998"; + Engine.Template.WinClassic app = wm.startWinClassic(inst, "Internet Explorer 4", null, true, true, new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((byte)(0)))); + app.BringToFront(); + startmenu.Hide(); } } } |
