diff options
| author | lempamo <[email protected]> | 2017-07-21 17:03:38 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-21 17:03:38 -0400 |
| commit | 7c55b52ced5d2a571a07165ef628281b14bbf1e3 (patch) | |
| tree | e7c856fcad1dfdc35e40411f5597ad79d09ebfc4 /TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | |
| parent | bfaf46cf144a73ec984e7c85cd2cc3acd2c9719c (diff) | |
| download | histacom2-7c55b52ced5d2a571a07165ef628281b14bbf1e3.tar.gz histacom2-7c55b52ced5d2a571a07165ef628281b14bbf1e3.tar.bz2 histacom2-7c55b52ced5d2a571a07165ef628281b14bbf1e3.zip | |
stuffs
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs index bfacaa6..480ac26 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs @@ -68,6 +68,7 @@ namespace TimeHACK.OS.Win95.Win95Apps listBox1.Items.Add(TitleScreen.username); history.AppendText("System: " + TitleScreen.username + " has joined the chat." + Environment.NewLine); join.Play(); + if (TitleScreen.username == "devspeed") Chat.Interval = 100; Chat.Start(); } @@ -135,6 +136,17 @@ namespace TimeHACK.OS.Win95.Win95Apps history.Font = new Font("Arial", 12F, FontStyle.Regular, GraphicsUnit.Point, ((0))); ((WinClassic)this.ParentForm).maximizebutton.Enabled = false; ((WinClassic)this.ParentForm).WindowState = FormWindowState.Maximized; + ((WinClassic)this.ParentForm).right.Hide(); + ((WinClassic)this.ParentForm).left.Hide(); + ((WinClassic)this.ParentForm).bottom.Hide(); + ((WinClassic)this.ParentForm).top.Hide(); + ((WinClassic)this.ParentForm).bottomleftcorner.Hide(); + ((WinClassic)this.ParentForm).bottomrightcorner.Hide(); + ((WinClassic)this.ParentForm).topleftcorner.Hide(); + ((WinClassic)this.ParentForm).toprightcorner.Hide(); + ((WinClassic)this.ParentForm).Dock = DockStyle.Fill; + ((WinClassic)this.ParentForm).max = true; + ((WinClassic)this.ParentForm).maximizebutton.Image = Engine.Properties.Resources.WinClassicRestore; receive.Play(); break; case "notopbar": |
