aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-21 00:15:10 -0400
committerlempamo <[email protected]>2017-07-21 00:15:10 -0400
commita42b7b8d3219f5df18721afdf88bddb8dd11d463 (patch)
tree7ae5db0c077e4ac674d3e34ed3233888ad8af38c /TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
parent6a3204c26d72d9ccbffabb111485e7b14f1ddbf3 (diff)
downloadhistacom2-a42b7b8d3219f5df18721afdf88bddb8dd11d463.tar.gz
histacom2-a42b7b8d3219f5df18721afdf88bddb8dd11d463.tar.bz2
histacom2-a42b7b8d3219f5df18721afdf88bddb8dd11d463.zip
more webchatty things
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs21
1 files changed, 20 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
index 87793e6..70c7010 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
@@ -42,6 +42,11 @@ namespace TimeHACK.OS.Win95.Win95Apps
bsod2 = bc.throw9XBSOD(false, BSODCreator.BSODCauses.PiracyEnding);
bsod.Hide();
bsod2.Hide();
+
+ this.button1.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
+ this.button2.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
+ this.button3.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
+ this.button4.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
}
private void WebChat1998_Load(object sender, EventArgs e)
{
@@ -69,7 +74,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
{
if (!guessing)
{
- history.AppendText(wcmp.ParseMessage(resources.GetString("convo"), chat_index, TitleScreen.username) + Environment.NewLine);
+ history.AppendText(wcmp.ParseMessage(resources.GetString("convo"), chat_index, TitleScreen.username));
switch (wcmp.GetSpecial(resources.GetString("convo"), chat_index))
{
case "addsh":
@@ -134,6 +139,20 @@ namespace TimeHACK.OS.Win95.Win95Apps
((WinClassic)this.ParentForm).programtopbar = null;
receive.Play();
break; // TODO: Finish WebChat 1998
+ case "filepoof":
+ label5.Hide();
+ button5.Hide();
+ receive.Play();
+ break;
+ case "removesky":
+ listBox1.Items.Remove("SkyHigh");
+ leave.Play();
+ break;
+ case ".labelgone":
+ label1.Hide();
+ label6.Hide();
+ label7.Hide();
+ break;
default:
receive.Play();
break;