aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
diff options
context:
space:
mode:
authorlempamo <lempamo@users.noreply.github.com>2017-04-19 10:01:02 -0400
committerGitHub <noreply@github.com>2017-04-19 10:01:02 -0400
commite6474bbf221d26d227e42174c4d1ab939987be2b (patch)
tree08d585cb8e2b0241aaede964a38973af42a1c470 /TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
parentbe03cfc69a6bffaedbfc087dd9bc99a4f8462814 (diff)
parent26a329838799fb728afcaeb76e39cc566682ff80 (diff)
downloadhistacom2-e6474bbf221d26d227e42174c4d1ab939987be2b.tar.gz
histacom2-e6474bbf221d26d227e42174c4d1ab939987be2b.tar.bz2
histacom2-e6474bbf221d26d227e42174c4d1ab939987be2b.zip
Merge pull request #45 from lempamo/master
only 1 instance of ie4 allowed
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs10
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;