diff options
| author | lempamo <[email protected]> | 2017-04-19 09:39:33 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-19 09:39:33 -0400 |
| commit | 26a329838799fb728afcaeb76e39cc566682ff80 (patch) | |
| tree | 08d585cb8e2b0241aaede964a38973af42a1c470 /TimeHACK.Main/OS/Win95/Win95Apps | |
| parent | be95039389999476d338e3f27ab94dad598e568e (diff) | |
| download | histacom2-26a329838799fb728afcaeb76e39cc566682ff80.tar.gz histacom2-26a329838799fb728afcaeb76e39cc566682ff80.tar.bz2 histacom2-26a329838799fb728afcaeb76e39cc566682ff80.zip | |
only 1 instance of ie4 allowed
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs index 1f00286..9cd4a5a 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs @@ -121,6 +121,16 @@ namespace TimeHACK.OS.Win95.Win95Apps TitleScreen.frm95.desktopicons.Hide(); receive.Play(); break; + case "bigtext": + history.Font = new Font("Arial", 12F, FontStyle.Regular, GraphicsUnit.Point, ((0))); + ((WinClassic)this.ParentForm).maximizebutton.Enabled = false; + ((WinClassic)this.ParentForm).WindowState = FormWindowState.Maximized; + receive.Play(); + break; + case "notopbar": + ((WinClassic)this.ParentForm).programtopbar = null; + receive.Play(); + break; default: receive.Play(); break; |
