aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-27 15:55:40 -0400
committerlempamo <[email protected]>2017-04-27 15:55:40 -0400
commitbcd89d808b9fdcb7746d4705c09afde3091b8eef (patch)
tree927e73b0a8537a5a381644eea392dee21ea64294 /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
parentc52e94c582440553c17eb5ba88a86f4acdc00fe4 (diff)
downloadhistacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.tar.gz
histacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.tar.bz2
histacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.zip
gettin started with sites
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs12
1 files changed, 11 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
index 751283e..8e85c94 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
@@ -83,7 +83,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
private void Button9_Click(object sender, EventArgs e)
{
-
+ goToSite("www.???.com", false);
}
private void ToolStripMenuItem21_Click(object sender, EventArgs e)
@@ -120,6 +120,16 @@ namespace TimeHACK.OS.Win95.Win95Apps
welcomeinternetscreen.Dock = DockStyle.Fill;
welcomeinternetscreen.Show();
break;
+ case "www.???.com":
+ hidePrograms();
+ secretwebsite.Dock = DockStyle.Fill;
+ secretwebsite.Show();
+ break;
+ case "www.12padams.com/???":
+ hidePrograms();
+ padamshidden.Dock = DockStyle.Fill;
+ padamshidden.Show();
+ break;
default:
return;
}