From e2834d00dedda4475205019d8842bd3c7957181e Mon Sep 17 00:00:00 2001
From: lempamo
Date: Mon, 24 Apr 2017 12:34:42 -0400
Subject: fixed
---
TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs | 86 +++++++++++------------
1 file changed, 42 insertions(+), 44 deletions(-)
(limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs')
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
index 05ba187..751283e 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
@@ -21,7 +21,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
{
browsinghistory.Capacity = 99;
BringToFront();
- hideWebsites();
+ hidePrograms();
browsinghistory.Add("www.microsoft.com/internetexplorer4/welcome");
for (int i = 0; i < 99; i++) browsinghistory.Add(null);
welcomeinternetscreen.Show();
@@ -30,7 +30,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
foreach (Control ctrl in Panel1.Controls) ctrl.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0)));
}
- private void hideWebsites()
+ private void hidePrograms()
{
googlemain.Hide();
welcomeinternetscreen.Hide();
@@ -71,7 +71,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
private void Label20_Click(object sender, EventArgs e)
{
- hideWebsites();
+ hidePrograms();
padamshidden.Dock = DockStyle.Fill;
padamshidden.Show();
}
@@ -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)
@@ -93,69 +93,59 @@ namespace TimeHACK.OS.Win95.Win95Apps
private void goToSite(string url, bool back)
{
- hideWebsites();
-
- if (!back)
- {
- if (historylocation >= 98) historylocation = 79;
- for (int i = historylocation + 1; i < browsinghistory.Count; i++)
- {
- browsinghistory[i] = null;
- }
- int j = 0;
- for (int i = 1; i < browsinghistory.Count; i++)
- {
- if (browsinghistory[i] != null && browsinghistory[i] != "") j++;
- }
- historylocation = j;
- browsinghistory[historylocation + 1] = url;
- historylocation++;
- }
-
- addressbar.Text = url;
-
switch (url)
{
case "www.google.com":
- addressbar.Text = url;
+ hidePrograms();
googlemain.Dock = DockStyle.Fill;
googlemain.Show();
break;
case "www.google.stanford.edu":
- addressbar.Text = url;
+ hidePrograms();
googleprototype.Dock = DockStyle.Fill;
googleprototype.Show();
break;
case "www.alpha.google.com":
- addressbar.Text = url;
+ hidePrograms();
googlealpha.Dock = DockStyle.Fill;
googlealpha.Show();
break;
case "www.12padams.com":
- addressbar.Text = url;
+ hidePrograms();
padamsmain.Dock = DockStyle.Fill;
padamsmain.Show();
break;
case "www.microsoft.com/internetexplorer4/welcome":
- addressbar.Text = url;
+ hidePrograms();
welcomeinternetscreen.Dock = DockStyle.Fill;
welcomeinternetscreen.Show();
break;
- case "www.???.com":
- addressbar.Text = url;
- secretwebsite.Dock = DockStyle.Fill;
- secretwebsite.Show();
- break;
- case "www.12padams.com/???":
- addressbar.Text = url;
- padamshidden.Dock = DockStyle.Fill;
- padamshidden.Show();
- break;
+ default:
+ return;
+ }
+
+ if (!back)
+ {
+ if (historylocation >= 98) historylocation = 79;
+ for (int i = historylocation + 1; i < browsinghistory.Count; i++)
+ {
+ browsinghistory[i] = null;
+ }
+ int j = 0;
+ for (int i = 1; i < browsinghistory.Count; i++)
+ {
+ if (browsinghistory[i] != null && browsinghistory[i] != "") j++;
+ }
+ historylocation = j;
+ browsinghistory[historylocation + 1] = url;
+ historylocation++;
}
+ addressbar.Text = url;
+
}
- private void Button1_Click(object sender, EventArgs e)
+ private void BackButton_Click(object sender, EventArgs e)
{
if (!(historylocation <= 0))
{
@@ -164,22 +154,30 @@ namespace TimeHACK.OS.Win95.Win95Apps
}
}
- private void Button2_Click(object sender, EventArgs e)
+ private void ForwardButton_Click(object sender, EventArgs e)
{
if(browsinghistory[historylocation+1] != null) goToSite(browsinghistory[historylocation + 1], false);
}
- private void Button5_Click(object sender, EventArgs e)
+ private void HomeButton_Click(object sender, EventArgs e)
{
goToSite("www.microsoft.com/internetexplorer4/welcome", false);
}
- private void Button25_Click(object sender, EventArgs e)
+ private void WCDownloadButton_Click(object sender, EventArgs e)
{
WinClassicDownloader opendownload = new WinClassicDownloader();
WindowManager wm = new WindowManager();
wm.startWin95(opendownload, "Downloader", null, false, true);
opendownload.appName.Text = "Downloading: Web Chat";
+ }
+
+ private void GoButton_Click(object sender, EventArgs e)
+ {
+ goToSite(addressbar.Text, false);
}
+
+ //TODO: Add more websites
+ //TODO: Relabel Buttons And Things
}
}
--
cgit v1.2.3
From bcd89d808b9fdcb7746d4705c09afde3091b8eef Mon Sep 17 00:00:00 2001
From: lempamo
Date: Thu, 27 Apr 2017 15:55:40 -0400
Subject: gettin started with sites
---
.vs/TimeHACK/v14/.suo | Bin 99840 -> 99328 bytes
.../Resources/WinClassic/Window/pjBg6mKP.bin | Bin 4997267 -> 0 bytes
.../Resources/WinClassic/Window/pjBg6mKP.bmp | Bin 0 -> 4997267 bytes
TimeHACK.Engine/Template/Infobox95.Designer.cs | 4 +--
.../DesignTimeResolveAssemblyReferencesInput.cache | Bin 9050 -> 9405 bytes
.../OS/Win95/Win95Apps/WinClassicIE4.Designer.cs | 24 ++++++-------
TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs | 12 ++++++-
.../OS/Win95/Win95Apps/WinClassicIE4.resx | 9 +++--
TimeHACK.Main/Properties/Resources.Designer.cs | 10 ++++++
TimeHACK.Main/Properties/Resources.resx | 9 +++--
TimeHACK.Main/Resources/IE4/ie4start.html | 38 +++++++++++++++++++++
TimeHACK.Main/Resources/IE4/padams.html | 31 +++++++++++++++++
TimeHACK.Main/Resources/ie4start.html | 38 +++++++++++++++++++++
.../DesignTimeResolveAssemblyReferencesInput.cache | Bin 12742 -> 13026 bytes
.../TempPE/Properties.Resources.Designer.cs.dll | Bin 10240 -> 10240 bytes
15 files changed, 155 insertions(+), 20 deletions(-)
delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bin
create mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bmp
create mode 100644 TimeHACK.Main/Resources/IE4/ie4start.html
create mode 100644 TimeHACK.Main/Resources/IE4/padams.html
create mode 100644 TimeHACK.Main/Resources/ie4start.html
(limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs')
diff --git a/.vs/TimeHACK/v14/.suo b/.vs/TimeHACK/v14/.suo
index 6af1989..38c599a 100644
Binary files a/.vs/TimeHACK/v14/.suo and b/.vs/TimeHACK/v14/.suo differ
diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bin b/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bin
deleted file mode 100644
index 80948b4..0000000
Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bin and /dev/null differ
diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bmp b/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bmp
new file mode 100644
index 0000000..80948b4
Binary files /dev/null and b/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bmp differ
diff --git a/TimeHACK.Engine/Template/Infobox95.Designer.cs b/TimeHACK.Engine/Template/Infobox95.Designer.cs
index 1e28883..c47a670 100644
--- a/TimeHACK.Engine/Template/Infobox95.Designer.cs
+++ b/TimeHACK.Engine/Template/Infobox95.Designer.cs
@@ -81,8 +81,8 @@
//
// ok
//
- this.ok.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ this.ok.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ok.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.ok.Location = new System.Drawing.Point(169, 135);
diff --git a/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
index 6b2e418..211aeef 100644
Binary files a/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache and b/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
index 5e716d1..31349ae 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
@@ -192,7 +192,7 @@
this.Panel2 = new System.Windows.Forms.Panel();
this.Label8 = new System.Windows.Forms.Label();
this.Button10 = new System.Windows.Forms.Button();
- this.Button9 = new System.Windows.Forms.Button();
+ this.GoogleSearchButton = new System.Windows.Forms.Button();
this.ComboBox1 = new System.Windows.Forms.ComboBox();
this.TextBox2 = new System.Windows.Forms.TextBox();
this.Label7 = new System.Windows.Forms.Label();
@@ -2102,7 +2102,7 @@
this.Panel2.BackColor = System.Drawing.Color.WhiteSmoke;
this.Panel2.Controls.Add(this.Label8);
this.Panel2.Controls.Add(this.Button10);
- this.Panel2.Controls.Add(this.Button9);
+ this.Panel2.Controls.Add(this.GoogleSearchButton);
this.Panel2.Controls.Add(this.ComboBox1);
this.Panel2.Controls.Add(this.TextBox2);
this.Panel2.Controls.Add(this.Label7);
@@ -2131,16 +2131,16 @@
this.Button10.Text = "I\'m Feeling Lucky";
this.Button10.UseVisualStyleBackColor = false;
//
- // Button9
+ // GoogleSearchButton
//
- this.Button9.BackColor = System.Drawing.Color.Silver;
- this.Button9.Location = new System.Drawing.Point(153, 65);
- this.Button9.Name = "Button9";
- this.Button9.Size = new System.Drawing.Size(104, 23);
- this.Button9.TabIndex = 3;
- this.Button9.Text = "Google Search";
- this.Button9.UseVisualStyleBackColor = false;
- this.Button9.Click += new System.EventHandler(this.Button9_Click);
+ this.GoogleSearchButton.BackColor = System.Drawing.Color.Silver;
+ this.GoogleSearchButton.Location = new System.Drawing.Point(153, 65);
+ this.GoogleSearchButton.Name = "GoogleSearchButton";
+ this.GoogleSearchButton.Size = new System.Drawing.Size(104, 23);
+ this.GoogleSearchButton.TabIndex = 3;
+ this.GoogleSearchButton.Text = "Google Search";
+ this.GoogleSearchButton.UseVisualStyleBackColor = false;
+ this.GoogleSearchButton.Click += new System.EventHandler(this.Button9_Click);
//
// ComboBox1
//
@@ -3441,7 +3441,7 @@
internal System.Windows.Forms.Panel Panel2;
internal System.Windows.Forms.Label Label8;
internal System.Windows.Forms.Button Button10;
- internal System.Windows.Forms.Button Button9;
+ internal System.Windows.Forms.Button GoogleSearchButton;
internal System.Windows.Forms.ComboBox ComboBox1;
internal System.Windows.Forms.TextBox TextBox2;
internal System.Windows.Forms.Label Label7;
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;
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
index 2021fda..967d7b1 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
@@ -191,7 +191,12 @@ If you Don't like this product you may recieve a full refund on day of purchous.
So Please enjoy Using this amzing software and show the world what your made of.
-
+
+
17, 17
-
+
+
+
+ ..\..\..\resources\ie4\ie4start.html;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252
+
\ No newline at end of file
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs
index a46352a..7e97012 100644
--- a/TimeHACK.Main/Properties/Resources.Designer.cs
+++ b/TimeHACK.Main/Properties/Resources.Designer.cs
@@ -421,6 +421,16 @@ namespace TimeHACK.Properties {
}
}
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap WinClassicHWCV {
+ get {
+ object obj = ResourceManager.GetObject("WinClassicHWCV", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx
index 37a86b3..0729d48 100644
--- a/TimeHACK.Main/Properties/Resources.resx
+++ b/TimeHACK.Main/Properties/Resources.resx
@@ -277,9 +277,9 @@
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAABSSURBVDhPY6AaaGho+I+OoVKEAUjxgQMH/v//z4BCE2UILs3IhmDDUO0QA0gFUAMghiAMwO4C
- bDRWA4jVDKJHXUALF5CD4QZAAUyAVDzggIEBAAd55hAtsdnFAAAAAElFTkSuQmCC
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAFJJREFUOE9j
+ oBpoaGj4j46hUoQBSPGBAwf+///PgEITZQguzciGYMNQ7RADSAVQAyCGIAzA7gJsNFYDiNUMokddQAsX
+ kIPhBkABTIBUPOCAgQEAB3nmEC2x2cUAAAAASUVORK5CYII=
@@ -288,4 +288,7 @@
..\Resources\windows_command_prompt.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ ..\Resources\WinClassic\WinClassicHWCV.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
\ No newline at end of file
diff --git a/TimeHACK.Main/Resources/IE4/ie4start.html b/TimeHACK.Main/Resources/IE4/ie4start.html
new file mode 100644
index 0000000..6a0f5d4
--- /dev/null
+++ b/TimeHACK.Main/Resources/IE4/ie4start.html
@@ -0,0 +1,38 @@
+
+
+
+
+
+ Welcome to Internet Explorer 4
+ Welcome To Internet Explorer 4.
+Internet Explorer 4 makes browsing the web and exploring websites a pleasant experience.
+Just type an address in the location bar above and then press go.
+Instantly you will be taken to the webpage of your choosing.
+Where do you want to go today?
+ Here are some sites you may want to visit.
+ www.google.com
+ www.12padams.com
+ Where do you want to go today?
+
+
\ No newline at end of file
diff --git a/TimeHACK.Main/Resources/IE4/padams.html b/TimeHACK.Main/Resources/IE4/padams.html
new file mode 100644
index 0000000..7be54f9
--- /dev/null
+++ b/TimeHACK.Main/Resources/IE4/padams.html
@@ -0,0 +1,31 @@
+
+
+
+
+
+ Welcome to the Official 12padams website!!!
+ The best customizations for your windows 95 computer
+
+
Games/Software
+
+
+
\ No newline at end of file
diff --git a/TimeHACK.Main/Resources/ie4start.html b/TimeHACK.Main/Resources/ie4start.html
new file mode 100644
index 0000000..927072d
--- /dev/null
+++ b/TimeHACK.Main/Resources/ie4start.html
@@ -0,0 +1,38 @@
+
+
+
+
+
+ Welcome to Internet Explorer 4
+ Welcome To Internet Explorer 4.
+Internet Explorer 4 makes browsing the web and exploring websites a pleasant experience.
+Just type an address in the location bar above and then press go.
+Instantly you will be taken to the webpage of your choosing.
+Where do you want to go today?
+ Here are some sites you may want to visit.
+ www.google.com
+ www.12padams.com
+ Where do you want to go today?
+
+
\ No newline at end of file
diff --git a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
index bdd3669..7732100 100644
Binary files a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache and b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll b/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll
index 556e9e0..804f05d 100644
Binary files a/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll and b/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll differ
--
cgit v1.2.3
From fdc90e45f760876cdc9677ce72389e97d4aa35d9 Mon Sep 17 00:00:00 2001
From: lempamo
Date: Thu, 27 Apr 2017 18:22:10 -0400
Subject: html ie revamp works!
---
TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll | Bin 165376 -> 159232 bytes
TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb | Bin 46592 -> 44544 bytes
.../TimeHACK.Engine.Template.Infobox95.resources | Bin 3780 -> 180 bytes
.../TimeHACK.Engine.csproj.GenerateResource.Cache | Bin 2456 -> 2456 bytes
TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll | Bin 165376 -> 159232 bytes
TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb | Bin 46592 -> 44544 bytes
.../OS/Win95/Win95Apps/WinClassicIE4.Designer.cs | 16 +++++-----
TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs | 21 +++++++------
TimeHACK.Main/bin/Release/TimeHACK.Engine.dll | Bin 165376 -> 159232 bytes
TimeHACK.Main/bin/Release/TimeHACK.Engine.pdb | Bin 46592 -> 44544 bytes
TimeHACK.Main/bin/Release/TimeHACK.application | 4 +--
TimeHACK.Main/bin/Release/TimeHACK.exe | Bin 6130176 -> 6233088 bytes
TimeHACK.Main/bin/Release/TimeHACK.exe.manifest | 35 ++++++++++++++++++---
TimeHACK.Main/bin/Release/TimeHACK.pdb | Bin 138752 -> 142848 bytes
.../bin/Release/TimeHACK.vshost.application | 4 +--
.../bin/Release/TimeHACK.vshost.exe.manifest | 35 ++++++++++++++++++---
TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe | Bin 6130176 -> 6233088 bytes
.../TimeHACK.Main.csproj.FileListAbsolute.txt | 1 +
.../TimeHACK.Main.csproj.GenerateResource.Cache | Bin 4667 -> 4932 bytes
...eHACK.Main.csprojResolveAssemblyReference.cache | Bin 16573 -> 16573 bytes
...ACK.OS.Win95.Win95Apps.WinClassicHWCV.resources | Bin 0 -> 557 bytes
...HACK.OS.Win95.Win95Apps.WinClassicIE4.resources | Bin 3209 -> 6510 bytes
.../TimeHACK.Properties.Resources.resources | Bin 4741628 -> 4837721 bytes
TimeHACK.Main/obj/Release/TimeHACK.application | 4 +--
TimeHACK.Main/obj/Release/TimeHACK.exe | Bin 6130176 -> 6233088 bytes
TimeHACK.Main/obj/Release/TimeHACK.exe.manifest | 35 ++++++++++++++++++---
TimeHACK.Main/obj/Release/TimeHACK.pdb | Bin 138752 -> 142848 bytes
27 files changed, 120 insertions(+), 35 deletions(-)
create mode 100644 TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WinClassicHWCV.resources
(limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs')
diff --git a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll
index 4e9a792..8af251f 100644
Binary files a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll and b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll differ
diff --git a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb
index 8bf7e12..432a796 100644
Binary files a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb and b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb differ
diff --git a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.Template.Infobox95.resources b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.Template.Infobox95.resources
index 411a9ff..6c05a97 100644
Binary files a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.Template.Infobox95.resources and b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.Template.Infobox95.resources differ
diff --git a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.csproj.GenerateResource.Cache b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.csproj.GenerateResource.Cache
index 00f32e5..4141ba7 100644
Binary files a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.csproj.GenerateResource.Cache and b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.csproj.GenerateResource.Cache differ
diff --git a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll
index 4e9a792..8af251f 100644
Binary files a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll and b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll differ
diff --git a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb
index 8bf7e12..432a796 100644
Binary files a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb and b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb differ
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
index 31349ae..84b8661 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
@@ -28,7 +28,7 @@
///
private void InitializeComponent()
{
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinClassicIE4));
+ this.resources = new System.ComponentModel.ComponentResourceManager(typeof(WinClassicIE4));
this.program = new System.Windows.Forms.Panel();
this.browsingarea = new System.Windows.Forms.Panel();
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
@@ -365,6 +365,7 @@
//
this.program.BackColor = System.Drawing.Color.Silver;
this.program.Controls.Add(this.browsingarea);
+ this.program.Controls.Add(this.webBrowser1);
this.program.Controls.Add(this.Panel14);
this.program.Controls.Add(this.Panel1);
this.program.Controls.Add(this.PictureBox1);
@@ -378,7 +379,6 @@
// browsingarea
//
this.browsingarea.BackColor = System.Drawing.Color.White;
- this.browsingarea.Controls.Add(this.webBrowser1);
this.browsingarea.Controls.Add(this.padamsmain);
this.browsingarea.Controls.Add(this.padamsbackgrounds);
this.browsingarea.Controls.Add(this.hotmailmain);
@@ -395,15 +395,15 @@
this.browsingarea.Name = "browsingarea";
this.browsingarea.Size = new System.Drawing.Size(959, 483);
this.browsingarea.TabIndex = 9;
+ this.browsingarea.Visible = false;
//
// webBrowser1
//
- this.webBrowser1.Location = new System.Drawing.Point(578, 206);
- this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
+ this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.webBrowser1.Location = new System.Drawing.Point(0, 111);
this.webBrowser1.Name = "webBrowser1";
- this.webBrowser1.Size = new System.Drawing.Size(62, 47);
+ this.webBrowser1.Size = new System.Drawing.Size(959, 483);
this.webBrowser1.TabIndex = 11;
- this.webBrowser1.Url = new System.Uri("http://www.google.com", System.UriKind.Absolute);
//
// padamsmain
//
@@ -631,7 +631,6 @@
this.WCDownloadButton.TabIndex = 6;
this.WCDownloadButton.Text = "Download";
this.WCDownloadButton.UseVisualStyleBackColor = false;
- this.WCDownloadButton.Click += new System.EventHandler(this.WCDownloadButton_Click);
//
// Label43
//
@@ -3559,6 +3558,7 @@
internal System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem93;
internal System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem94;
internal System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem95;
- private System.Windows.Forms.WebBrowser webBrowser1;
+ internal System.Windows.Forms.WebBrowser webBrowser1;
+ internal System.ComponentModel.ComponentResourceManager resources;
}
}
\ No newline at end of file
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
index 8e85c94..cda8f94 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
@@ -13,6 +13,8 @@ namespace TimeHACK.OS.Win95.Win95Apps
public List browsinghistory = new List();
public int historylocation = 0;
+ public HtmlDocument currentsite;
+
public WinClassicIE4()
{
InitializeComponent();
@@ -24,8 +26,9 @@ namespace TimeHACK.OS.Win95.Win95Apps
hidePrograms();
browsinghistory.Add("www.microsoft.com/internetexplorer4/welcome");
for (int i = 0; i < 99; i++) browsinghistory.Add(null);
- welcomeinternetscreen.Show();
- welcomeinternetscreen.Dock = DockStyle.Fill;
+ webBrowser1.DocumentText = ((string)resources.GetObject("ie4start"));
+ webBrowser1.Document.GetElementById("padams").Click += new HtmlElementEventHandler(LinkLabel16_LinkClicked);
+ webBrowser1.Show();
foreach (ToolStripMenuItem item in MenuStrip3.Items) item.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0)));
foreach (Control ctrl in Panel1.Controls) ctrl.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0)));
}
@@ -54,7 +57,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
goToSite("www.google.com", false);
}
- private void LinkLabel16_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ private void LinkLabel16_LinkClicked(object sender, HtmlElementEventArgs e)
{
goToSite("www.12padams.com", false);
}
@@ -112,13 +115,13 @@ namespace TimeHACK.OS.Win95.Win95Apps
break;
case "www.12padams.com":
hidePrograms();
- padamsmain.Dock = DockStyle.Fill;
- padamsmain.Show();
+ webBrowser1.Url = new Uri(@"pack://application:,,,/Resources/IE4/padams.html", UriKind.RelativeOrAbsolute);
+ currentsite = webBrowser1.Document;
+ currentsite.GetElementById("wc_b").Click += new HtmlElementEventHandler(WCDownloadButton_Click);
break;
case "www.microsoft.com/internetexplorer4/welcome":
hidePrograms();
- welcomeinternetscreen.Dock = DockStyle.Fill;
- welcomeinternetscreen.Show();
+ webBrowser1.Url = new Uri(@"pack://application:,,,/Resources/IE4/ie4start.html", UriKind.RelativeOrAbsolute);
break;
case "www.???.com":
hidePrograms();
@@ -152,7 +155,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
}
addressbar.Text = url;
-
+ currentsite = webBrowser1.Document;
}
private void BackButton_Click(object sender, EventArgs e)
@@ -174,7 +177,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
goToSite("www.microsoft.com/internetexplorer4/welcome", false);
}
- private void WCDownloadButton_Click(object sender, EventArgs e)
+ private void WCDownloadButton_Click(object sender, HtmlElementEventArgs e)
{
WinClassicDownloader opendownload = new WinClassicDownloader();
WindowManager wm = new WindowManager();
diff --git a/TimeHACK.Main/bin/Release/TimeHACK.Engine.dll b/TimeHACK.Main/bin/Release/TimeHACK.Engine.dll
index 034ae75..8af251f 100644
Binary files a/TimeHACK.Main/bin/Release/TimeHACK.Engine.dll and b/TimeHACK.Main/bin/Release/TimeHACK.Engine.dll differ
diff --git a/TimeHACK.Main/bin/Release/TimeHACK.Engine.pdb b/TimeHACK.Main/bin/Release/TimeHACK.Engine.pdb
index af10415..432a796 100644
Binary files a/TimeHACK.Main/bin/Release/TimeHACK.Engine.pdb and b/TimeHACK.Main/bin/Release/TimeHACK.Engine.pdb differ
diff --git a/TimeHACK.Main/bin/Release/TimeHACK.application b/TimeHACK.Main/bin/Release/TimeHACK.application
index fab083b..7fbd3ba 100644
--- a/TimeHACK.Main/bin/Release/TimeHACK.application
+++ b/TimeHACK.Main/bin/Release/TimeHACK.application
@@ -7,14 +7,14 @@
-
+
- NApKC0uf7Yla7de7IxlZ+wQ7cz1/m45tZGSBKqZjih4=
+ 1bSn6m+UAB9a5idZFA+StOqN0kRMurjPRo339G9JQGo=
diff --git a/TimeHACK.Main/bin/Release/TimeHACK.exe b/TimeHACK.Main/bin/Release/TimeHACK.exe
index 5ecbd35..7a8d7d8 100644
Binary files a/TimeHACK.Main/bin/Release/TimeHACK.exe and b/TimeHACK.Main/bin/Release/TimeHACK.exe differ
diff --git a/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest b/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest
index 6bf76b8..61c4615 100644
--- a/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest
+++ b/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest
@@ -56,26 +56,26 @@
-
+
- lFCb2hIl5JTOBA1PRZiCbgdPM9CK13/xjettDSAoDnM=
+ qsK1qfjuvXPNGaP+f3vgCTIamWHQKEpuzvRtw2QscVY=
-
+
- LKQU2cwh9IRocm3cFUlsDcYnOkOXvYVjiSsW3t6ByXc=
+ cZQgpzpfSWlj7U7scJhDCNXGFbIB7vNI/XyT6QxfgYs=
@@ -97,6 +97,33 @@
nzG7pg3H+3uPdr/lzLxyroAH8XD1zvIYW4peV9fAD6M=
+
+
+
+
+
+
+ Sf4jcnpqMm+8SKOCp6p1gJdzo9VpBKwFezayuSmHm+Q=
+
+
+
+
+
+
+
+
+ AGImdIeEP/E84lMW4mWw3wu/UigLZNCncZeFDsxs1IQ=
+
+
+
+
+
+
+
+
+ 98XY8u0SJyERQAAYM79J7GuF2ASvy6Am/ezeExr25DA=
+
+
diff --git a/TimeHACK.Main/bin/Release/TimeHACK.pdb b/TimeHACK.Main/bin/Release/TimeHACK.pdb
index 69716fa..4535084 100644
Binary files a/TimeHACK.Main/bin/Release/TimeHACK.pdb and b/TimeHACK.Main/bin/Release/TimeHACK.pdb differ
diff --git a/TimeHACK.Main/bin/Release/TimeHACK.vshost.application b/TimeHACK.Main/bin/Release/TimeHACK.vshost.application
index fab083b..7fbd3ba 100644
--- a/TimeHACK.Main/bin/Release/TimeHACK.vshost.application
+++ b/TimeHACK.Main/bin/Release/TimeHACK.vshost.application
@@ -7,14 +7,14 @@
-
+
- NApKC0uf7Yla7de7IxlZ+wQ7cz1/m45tZGSBKqZjih4=
+ 1bSn6m+UAB9a5idZFA+StOqN0kRMurjPRo339G9JQGo=
diff --git a/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest b/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest
index 6bf76b8..61c4615 100644
--- a/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest
+++ b/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest
@@ -56,26 +56,26 @@
-
+
- lFCb2hIl5JTOBA1PRZiCbgdPM9CK13/xjettDSAoDnM=
+ qsK1qfjuvXPNGaP+f3vgCTIamWHQKEpuzvRtw2QscVY=
-
+
- LKQU2cwh9IRocm3cFUlsDcYnOkOXvYVjiSsW3t6ByXc=
+ cZQgpzpfSWlj7U7scJhDCNXGFbIB7vNI/XyT6QxfgYs=
@@ -97,6 +97,33 @@
nzG7pg3H+3uPdr/lzLxyroAH8XD1zvIYW4peV9fAD6M=
+
+
+
+
+
+
+ Sf4jcnpqMm+8SKOCp6p1gJdzo9VpBKwFezayuSmHm+Q=
+
+
+
+
+
+
+
+
+ AGImdIeEP/E84lMW4mWw3wu/UigLZNCncZeFDsxs1IQ=
+
+
+
+
+
+
+
+
+ 98XY8u0SJyERQAAYM79J7GuF2ASvy6Am/ezeExr25DA=
+
+
diff --git a/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe b/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe
index 5ecbd35..7a8d7d8 100644
Binary files a/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe and b/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe differ
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.FileListAbsolute.txt b/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.FileListAbsolute.txt
index 20a174f..e23acf2 100644
--- a/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.FileListAbsolute.txt
+++ b/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.FileListAbsolute.txt
@@ -38,3 +38,4 @@ C:\Users\Liam\Documents\GitHub\TimeHACK-fork\TimeHACK.Main\obj\Release\TimeHACK.
C:\Users\Liam\Documents\GitHub\TimeHACK-fork\TimeHACK.Main\obj\Release\TimeHACK.OS.Win95.Win95Apps.WinClassicIE4.resources
C:\Users\Liam\Documents\GitHub\TimeHACK-fork\TimeHACK.Main\obj\Release\TimeHACK.OS.Win95.Win95Apps.WinClassicDownloader.resources
C:\Users\Liam\Documents\GitHub\TimeHACK-fork\TimeHACK.Main\obj\Release\TimeHACK.OS.Win95.Win95Apps.Win95Notepad.resources
+C:\Users\Liam\Documents\GitHub\TimeHACK-fork\TimeHACK.Main\obj\Release\TimeHACK.OS.Win95.Win95Apps.WinClassicHWCV.resources
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache b/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache
index b03230a..4c2938f 100644
Binary files a/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache and b/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache differ
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache b/TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache
index 3e7580e..22c7bd4 100644
Binary files a/TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache and b/TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache differ
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WinClassicHWCV.resources b/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WinClassicHWCV.resources
new file mode 100644
index 0000000..e710144
Binary files /dev/null and b/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WinClassicHWCV.resources differ
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WinClassicIE4.resources b/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WinClassicIE4.resources
index 9cbc1d1..b98a74c 100644
Binary files a/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WinClassicIE4.resources and b/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WinClassicIE4.resources differ
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources b/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources
index 19903fa..396986f 100644
Binary files a/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources and b/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources differ
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.application b/TimeHACK.Main/obj/Release/TimeHACK.application
index fab083b..7fbd3ba 100644
--- a/TimeHACK.Main/obj/Release/TimeHACK.application
+++ b/TimeHACK.Main/obj/Release/TimeHACK.application
@@ -7,14 +7,14 @@
-
+
- NApKC0uf7Yla7de7IxlZ+wQ7cz1/m45tZGSBKqZjih4=
+ 1bSn6m+UAB9a5idZFA+StOqN0kRMurjPRo339G9JQGo=
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.exe b/TimeHACK.Main/obj/Release/TimeHACK.exe
index 5ecbd35..7a8d7d8 100644
Binary files a/TimeHACK.Main/obj/Release/TimeHACK.exe and b/TimeHACK.Main/obj/Release/TimeHACK.exe differ
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest b/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest
index 6bf76b8..61c4615 100644
--- a/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest
+++ b/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest
@@ -56,26 +56,26 @@
-
+
- lFCb2hIl5JTOBA1PRZiCbgdPM9CK13/xjettDSAoDnM=
+ qsK1qfjuvXPNGaP+f3vgCTIamWHQKEpuzvRtw2QscVY=
-
+
- LKQU2cwh9IRocm3cFUlsDcYnOkOXvYVjiSsW3t6ByXc=
+ cZQgpzpfSWlj7U7scJhDCNXGFbIB7vNI/XyT6QxfgYs=
@@ -97,6 +97,33 @@
nzG7pg3H+3uPdr/lzLxyroAH8XD1zvIYW4peV9fAD6M=
+
+
+
+
+
+
+ Sf4jcnpqMm+8SKOCp6p1gJdzo9VpBKwFezayuSmHm+Q=
+
+
+
+
+
+
+
+
+ AGImdIeEP/E84lMW4mWw3wu/UigLZNCncZeFDsxs1IQ=
+
+
+
+
+
+
+
+
+ 98XY8u0SJyERQAAYM79J7GuF2ASvy6Am/ezeExr25DA=
+
+
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.pdb b/TimeHACK.Main/obj/Release/TimeHACK.pdb
index 69716fa..4535084 100644
Binary files a/TimeHACK.Main/obj/Release/TimeHACK.pdb and b/TimeHACK.Main/obj/Release/TimeHACK.pdb differ
--
cgit v1.2.3
From 5cc3fdda9a2e219f21803bf5dedd810ec572fec7 Mon Sep 17 00:00:00 2001
From: lempamo
Date: Thu, 27 Apr 2017 21:59:41 -0400
Subject: now with improved 12padams.com!
---
.vs/TimeHACK/v14/.suo | Bin 105472 -> 112128 bytes
.../OS/Win95/Win95Apps/WinClassicIE4.Designer.cs | 2 +-
TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs | 26 +++--
.../OS/Win95/Win95Apps/WinClassicIE4.resx | 114 +++++++++++++++++++++
TimeHACK.Main/Resources/IE4/padams.html | 1 +
TimeHACK.Main/bin/Release/TimeHACK.application | 2 +-
TimeHACK.Main/bin/Release/TimeHACK.exe | Bin 6233088 -> 6236160 bytes
TimeHACK.Main/bin/Release/TimeHACK.exe.manifest | 8 +-
TimeHACK.Main/bin/Release/TimeHACK.pdb | Bin 142848 -> 142848 bytes
.../bin/Release/TimeHACK.vshost.application | 2 +-
.../bin/Release/TimeHACK.vshost.exe.manifest | 8 +-
TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe | Bin 6233088 -> 6236160 bytes
.../TimeHACK.Main.csproj.GenerateResource.Cache | Bin 4932 -> 4932 bytes
...HACK.OS.Win95.Win95Apps.WinClassicIE4.resources | Bin 6510 -> 9548 bytes
TimeHACK.Main/obj/Release/TimeHACK.application | 2 +-
TimeHACK.Main/obj/Release/TimeHACK.exe | Bin 6233088 -> 6236160 bytes
TimeHACK.Main/obj/Release/TimeHACK.exe.manifest | 8 +-
TimeHACK.Main/obj/Release/TimeHACK.pdb | Bin 142848 -> 142848 bytes
18 files changed, 149 insertions(+), 24 deletions(-)
(limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs')
diff --git a/.vs/TimeHACK/v14/.suo b/.vs/TimeHACK/v14/.suo
index 58a53c9..05bca1a 100644
Binary files a/.vs/TimeHACK/v14/.suo and b/.vs/TimeHACK/v14/.suo differ
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
index 84b8661..ce6e648 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
@@ -404,6 +404,7 @@
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.Size = new System.Drawing.Size(959, 483);
this.webBrowser1.TabIndex = 11;
+ this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(webBrowser1_DocumentCompleted);
//
// padamsmain
//
@@ -1140,7 +1141,6 @@
this.LinkLabel16.TabStop = true;
this.LinkLabel16.Text = "www.12padams.com";
this.LinkLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.LinkLabel16.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel16_LinkClicked);
//
// LinkLabel15
//
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
index cda8f94..2313ded 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
@@ -26,8 +26,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
hidePrograms();
browsinghistory.Add("www.microsoft.com/internetexplorer4/welcome");
for (int i = 0; i < 99; i++) browsinghistory.Add(null);
- webBrowser1.DocumentText = ((string)resources.GetObject("ie4start"));
- webBrowser1.Document.GetElementById("padams").Click += new HtmlElementEventHandler(LinkLabel16_LinkClicked);
+ webBrowser1.DocumentText = resources.GetString("ie4start_HTML");
webBrowser1.Show();
foreach (ToolStripMenuItem item in MenuStrip3.Items) item.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0)));
foreach (Control ctrl in Panel1.Controls) ctrl.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0)));
@@ -49,7 +48,6 @@ namespace TimeHACK.OS.Win95.Win95Apps
email2.Hide();
email3.Hide();
hotmailpadams.Hide();
- webBrowser1.Hide();
}
private void LinkLabel15_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
@@ -57,7 +55,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
goToSite("www.google.com", false);
}
- private void LinkLabel16_LinkClicked(object sender, HtmlElementEventArgs e)
+ private void padams_LinkClicked(object sender, HtmlElementEventArgs e)
{
goToSite("www.12padams.com", false);
}
@@ -115,13 +113,11 @@ namespace TimeHACK.OS.Win95.Win95Apps
break;
case "www.12padams.com":
hidePrograms();
- webBrowser1.Url = new Uri(@"pack://application:,,,/Resources/IE4/padams.html", UriKind.RelativeOrAbsolute);
- currentsite = webBrowser1.Document;
- currentsite.GetElementById("wc_b").Click += new HtmlElementEventHandler(WCDownloadButton_Click);
+ webBrowser1.DocumentText = resources.GetString("padams_HTML");
break;
case "www.microsoft.com/internetexplorer4/welcome":
hidePrograms();
- webBrowser1.Url = new Uri(@"pack://application:,,,/Resources/IE4/ie4start.html", UriKind.RelativeOrAbsolute);
+ webBrowser1.DocumentText = resources.GetString("ie4start_HTML");
break;
case "www.???.com":
hidePrograms();
@@ -190,6 +186,20 @@ namespace TimeHACK.OS.Win95.Win95Apps
goToSite(addressbar.Text, false);
}
+ private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
+ {
+ switch (addressbar.Text)
+ {
+ case "www.microsoft.com/internetexplorer4/welcome":
+ webBrowser1.Document.GetElementById("padams").Click += new HtmlElementEventHandler(padams_LinkClicked);
+ break;
+ case "www.12padams.com":
+ webBrowser1.Document.GetElementById("wc_b").Click += new HtmlElementEventHandler(WCDownloadButton_Click);
+ webBrowser1.Document.GetElementById("distort").Style += "visibility:hidden;";
+ break;
+ }
+ }
+
//TODO: Add more websites
//TODO: Relabel Buttons And Things
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
index d1ae5fd..6848c3f 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
@@ -199,7 +199,121 @@ So Please enjoy Using this amzing software and show the world what your made of.
..\..\..\resources\ie4\ie4start.html;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252
+
+ <html>
+ <head>
+ <style>
+ body {
+ font-family: "Microsoft Sans Serif";
+ text-align: center;
+ }
+ h1 {
+ margin-top: 19px;
+ font-size: 14.25pt;
+ font-style: bold;
+ }
+ p {
+ font-size: 11.25pt;
+ }
+ h2 {
+ font-size: 12pt;
+ font-style: bold;
+ margin-top: 50px;
+ }
+ p.end {
+ font-size: 9.75pt;
+ }
+ </style>
+ </head>
+ <body>
+ <h1>Welcome to Internet Explorer 4</h1>
+ <p>Welcome To Internet Explorer 4.<br>
+Internet Explorer 4 makes browsing the web and exploring websites a pleasant experience.<br>
+Just type an address in the location bar above and then press go.<br>
+Instantly you will be taken to the webpage of your choosing.<br>
+Where do you want to go today?</p>
+ <h2>Here are some sites you may want to visit.</h2>
+ <a id="google" href="google">www.google.com</a><br>
+ <a id="padams" href="12padams">www.12padams.com</a>
+ <p class="end">Where do you want to go today?</p>
+ </body>
+</html>
+
..\..\..\resources\ie4\padams.html;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252
+
+ <html>
+ <head>
+ <style>
+ body {
+ font-family: "Microsoft Sans Serif";
+ text-align: center;
+ }
+ h1 {
+ font-size: 9.75pt;
+ margin-top: 20px;
+ }
+ p {
+ font-size: 9.25pt;
+ margin-top: 0;
+ margin-bottom: 25px;
+ }
+ td div {
+ display: inline-block;
+ border: 1px solid black;
+ width: 215px;
+ height: 305px;
+ margin: 0 3px 0 3px;
+ text-align: center;
+ }
+ h1#copyright {
+ font-size: 9pt;
+ }
+ p.app {
+ margin-top: 30px;
+ }
+ p.app button {
+ float: right;
+ background-color: silver;
+ border-color: gray black black gray;
+ margin-right: 2px;
+ }
+ a {
+ font-size: 9.25pt;
+ color: blue;
+ }
+ </style>
+ </head>
+ <body>
+ <h1>Welcome to the Official 12padams website!!!</h1>
+ <p>The best customizations for your windows 95 computer</p>
+ <table align="center">
+ <tr>
+ <td><div class="software">
+ <h1>Games/Software</h1>
+ <p class="app" id="gtn">Guess the Number V1 <button id="gtn_b">Download</button></p>
+ <p class="app" id="wc">Web Chat 1998 <button id="wc_b">Download</button></p>
+ <p class="app" id="distort">Time Distorter 0.1 <button id="distort_b">Download</button></p>
+ </div></td>
+ <td><div class="customize">
+ <h1>Customizations</h1>
+ <p class="app" id="bg">Backgrounds <button id="bg_b">View Backgrounds</button></p>
+ <p class="app" id="skn">Skindows 95 <button id="skn_b">Info</button></p>
+ </div></td>
+ <td><div class="viruses">
+ <h1>Example Viruses</h1>
+ <p class="app" id="sr">Start Runner 95 <button id="sr_b">Download</button></p>
+ <p class="app" id="eb">Error Blaster 95 <button id="eb_b">Download</button></p>
+ </div></td>
+ <td><div class="sites">
+ <h1>WebSites</h1>
+ <a id="hotmail" href="hotmail">www.hotmail.com</a>
+ </div></td>
+ </tr>
+ </table>
+ <h1 id="copyright">Copyright 1998 12padams</h1>
+ </body>
+</html>
+
\ No newline at end of file
diff --git a/TimeHACK.Main/Resources/IE4/padams.html b/TimeHACK.Main/Resources/IE4/padams.html
index 83ade49..9135372 100644
--- a/TimeHACK.Main/Resources/IE4/padams.html
+++ b/TimeHACK.Main/Resources/IE4/padams.html
@@ -36,6 +36,7 @@
}
a {
font-size: 9.25pt;
+ color: blue;
}
diff --git a/TimeHACK.Main/bin/Release/TimeHACK.application b/TimeHACK.Main/bin/Release/TimeHACK.application
index 7fbd3ba..8b3f714 100644
--- a/TimeHACK.Main/bin/Release/TimeHACK.application
+++ b/TimeHACK.Main/bin/Release/TimeHACK.application
@@ -14,7 +14,7 @@
- 1bSn6m+UAB9a5idZFA+StOqN0kRMurjPRo339G9JQGo=
+ vHi7xufEvEMe3FEj7XTlr08MEyWO/Lb3VmGVgDT5tDU=
diff --git a/TimeHACK.Main/bin/Release/TimeHACK.exe b/TimeHACK.Main/bin/Release/TimeHACK.exe
index 7a8d7d8..ceb5ac8 100644
Binary files a/TimeHACK.Main/bin/Release/TimeHACK.exe and b/TimeHACK.Main/bin/Release/TimeHACK.exe differ
diff --git a/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest b/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest
index 61c4615..5a9522e 100644
--- a/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest
+++ b/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest
@@ -56,14 +56,14 @@
-
+
- qsK1qfjuvXPNGaP+f3vgCTIamWHQKEpuzvRtw2QscVY=
+ EbCIdG1Ab3JzTNNqRbMWFm4+590vGZ3Sg4QxN1qsWac=
@@ -106,13 +106,13 @@
Sf4jcnpqMm+8SKOCp6p1gJdzo9VpBKwFezayuSmHm+Q=
-
+
- AGImdIeEP/E84lMW4mWw3wu/UigLZNCncZeFDsxs1IQ=
+ FZPOIkZkFLT3KRMLipbNDuiMStSRNyrKMeGEMi5HZEQ=
diff --git a/TimeHACK.Main/bin/Release/TimeHACK.pdb b/TimeHACK.Main/bin/Release/TimeHACK.pdb
index 4535084..6c21c8e 100644
Binary files a/TimeHACK.Main/bin/Release/TimeHACK.pdb and b/TimeHACK.Main/bin/Release/TimeHACK.pdb differ
diff --git a/TimeHACK.Main/bin/Release/TimeHACK.vshost.application b/TimeHACK.Main/bin/Release/TimeHACK.vshost.application
index 7fbd3ba..8b3f714 100644
--- a/TimeHACK.Main/bin/Release/TimeHACK.vshost.application
+++ b/TimeHACK.Main/bin/Release/TimeHACK.vshost.application
@@ -14,7 +14,7 @@
- 1bSn6m+UAB9a5idZFA+StOqN0kRMurjPRo339G9JQGo=
+ vHi7xufEvEMe3FEj7XTlr08MEyWO/Lb3VmGVgDT5tDU=
diff --git a/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest b/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest
index 61c4615..5a9522e 100644
--- a/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest
+++ b/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest
@@ -56,14 +56,14 @@
-
+
- qsK1qfjuvXPNGaP+f3vgCTIamWHQKEpuzvRtw2QscVY=
+ EbCIdG1Ab3JzTNNqRbMWFm4+590vGZ3Sg4QxN1qsWac=
@@ -106,13 +106,13 @@
Sf4jcnpqMm+8SKOCp6p1gJdzo9VpBKwFezayuSmHm+Q=
-
+
- AGImdIeEP/E84lMW4mWw3wu/UigLZNCncZeFDsxs1IQ=
+ FZPOIkZkFLT3KRMLipbNDuiMStSRNyrKMeGEMi5HZEQ=
diff --git a/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe b/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe
index 7a8d7d8..ceb5ac8 100644
Binary files a/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe and b/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe differ
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache b/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache
index 4c2938f..fc1c4e5 100644
Binary files a/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache and b/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache differ
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WinClassicIE4.resources b/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WinClassicIE4.resources
index b98a74c..f3d7f94 100644
Binary files a/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WinClassicIE4.resources and b/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WinClassicIE4.resources differ
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.application b/TimeHACK.Main/obj/Release/TimeHACK.application
index 7fbd3ba..8b3f714 100644
--- a/TimeHACK.Main/obj/Release/TimeHACK.application
+++ b/TimeHACK.Main/obj/Release/TimeHACK.application
@@ -14,7 +14,7 @@
- 1bSn6m+UAB9a5idZFA+StOqN0kRMurjPRo339G9JQGo=
+ vHi7xufEvEMe3FEj7XTlr08MEyWO/Lb3VmGVgDT5tDU=
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.exe b/TimeHACK.Main/obj/Release/TimeHACK.exe
index 7a8d7d8..ceb5ac8 100644
Binary files a/TimeHACK.Main/obj/Release/TimeHACK.exe and b/TimeHACK.Main/obj/Release/TimeHACK.exe differ
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest b/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest
index 61c4615..5a9522e 100644
--- a/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest
+++ b/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest
@@ -56,14 +56,14 @@
-
+
- qsK1qfjuvXPNGaP+f3vgCTIamWHQKEpuzvRtw2QscVY=
+ EbCIdG1Ab3JzTNNqRbMWFm4+590vGZ3Sg4QxN1qsWac=
@@ -106,13 +106,13 @@
Sf4jcnpqMm+8SKOCp6p1gJdzo9VpBKwFezayuSmHm+Q=
-
+
- AGImdIeEP/E84lMW4mWw3wu/UigLZNCncZeFDsxs1IQ=
+ FZPOIkZkFLT3KRMLipbNDuiMStSRNyrKMeGEMi5HZEQ=
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.pdb b/TimeHACK.Main/obj/Release/TimeHACK.pdb
index 4535084..6c21c8e 100644
Binary files a/TimeHACK.Main/obj/Release/TimeHACK.pdb and b/TimeHACK.Main/obj/Release/TimeHACK.pdb differ
--
cgit v1.2.3
From d09495e545fecf9bed7b110115c7c844a8ed0d39 Mon Sep 17 00:00:00 2001
From: lempamo
Date: Fri, 28 Apr 2017 13:31:20 -0400
Subject: FIXED IE4 padams
---
.vs/TimeHACK/v14/.suo | Bin 112128 -> 111104 bytes
TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs | 32 +++++++++++++++------
.../OS/Win95/Win95Apps/WinClassicIE4.resx | 11 +++++--
TimeHACK.Main/Resources/IE4/ie4start.html | 10 +++++--
TimeHACK.Main/Resources/IE4/padams.html | 3 +-
TimeHACK.Main/bin/Release/TimeHACK.application | 4 +--
TimeHACK.Main/bin/Release/TimeHACK.exe | Bin 6236160 -> 6236672 bytes
TimeHACK.Main/bin/Release/TimeHACK.exe.manifest | 12 ++++----
TimeHACK.Main/bin/Release/TimeHACK.pdb | Bin 142848 -> 144896 bytes
.../bin/Release/TimeHACK.vshost.application | 4 +--
.../bin/Release/TimeHACK.vshost.exe.manifest | 12 ++++----
TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe | Bin 6236160 -> 6236672 bytes
.../TimeHACK.Main.csproj.GenerateResource.Cache | Bin 4932 -> 4932 bytes
...HACK.OS.Win95.Win95Apps.WinClassicIE4.resources | Bin 9548 -> 9720 bytes
TimeHACK.Main/obj/Release/TimeHACK.application | 4 +--
TimeHACK.Main/obj/Release/TimeHACK.exe | Bin 6236160 -> 6236672 bytes
TimeHACK.Main/obj/Release/TimeHACK.exe.manifest | 12 ++++----
TimeHACK.Main/obj/Release/TimeHACK.pdb | Bin 142848 -> 144896 bytes
18 files changed, 67 insertions(+), 37 deletions(-)
(limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs')
diff --git a/.vs/TimeHACK/v14/.suo b/.vs/TimeHACK/v14/.suo
index 05bca1a..cb4a298 100644
Binary files a/.vs/TimeHACK/v14/.suo and b/.vs/TimeHACK/v14/.suo differ
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
index 2313ded..2b587d2 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
@@ -14,11 +14,15 @@ namespace TimeHACK.OS.Win95.Win95Apps
public int historylocation = 0;
public HtmlDocument currentsite;
+ private Timer loadplz = new Timer();
public WinClassicIE4()
{
InitializeComponent();
+ loadplz.Tick += new EventHandler(loadplz_Tick);
+ loadplz.Interval = 10;
}
+
private void WinClassicIE4_Load(object sender, EventArgs e)
{
browsinghistory.Capacity = 99;
@@ -188,15 +192,27 @@ namespace TimeHACK.OS.Win95.Win95Apps
private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
{
- switch (addressbar.Text)
+ loadplz.Start();
+ }
+
+ private void loadplz_Tick(object sender, EventArgs e)
+ {
+ try
{
- case "www.microsoft.com/internetexplorer4/welcome":
- webBrowser1.Document.GetElementById("padams").Click += new HtmlElementEventHandler(padams_LinkClicked);
- break;
- case "www.12padams.com":
- webBrowser1.Document.GetElementById("wc_b").Click += new HtmlElementEventHandler(WCDownloadButton_Click);
- webBrowser1.Document.GetElementById("distort").Style += "visibility:hidden;";
- break;
+ switch (currentsite.Title)
+ {
+ case "IE4START":
+ webBrowser1.Document.GetElementById("padams").Click += new HtmlElementEventHandler(padams_LinkClicked);
+ break;
+ case "12PADAMS":
+ webBrowser1.Document.GetElementById("wc_b").Click += new HtmlElementEventHandler(WCDownloadButton_Click);
+ webBrowser1.Document.GetElementById("distort").Style += "visibility:hidden;";
+ break;
+ }
+ loadplz.Stop();
+ } catch
+ {
+
}
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
index 6848c3f..dd84e1b 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
@@ -202,6 +202,7 @@ So Please enjoy Using this amzing software and show the world what your made of.
<html>
<head>
+ <title>IE4START</title>
<style>
body {
font-family: "Microsoft Sans Serif";
@@ -223,6 +224,11 @@ So Please enjoy Using this amzing software and show the world what your made of.
p.end {
font-size: 9.75pt;
}
+ a {
+ color: blue;
+ text-decoration: underline;
+ cursor: hand;
+ }
</style>
</head>
<body>
@@ -233,8 +239,8 @@ Just type an address in the location bar above and then press go.<br>
Instantly you will be taken to the webpage of your choosing.<br>
Where do you want to go today?</p>
<h2>Here are some sites you may want to visit.</h2>
- <a id="google" href="google">www.google.com</a><br>
- <a id="padams" href="12padams">www.12padams.com</a>
+ <a id="google">www.google.com</a><br>
+ <a id="padams">www.12padams.com</a>
<p class="end">Where do you want to go today?</p>
</body>
</html>
@@ -245,6 +251,7 @@ Where do you want to go today?</p>
<html>
<head>
+ <title>12PADAMS</title>
<style>
body {
font-family: "Microsoft Sans Serif";
diff --git a/TimeHACK.Main/Resources/IE4/ie4start.html b/TimeHACK.Main/Resources/IE4/ie4start.html
index 6a0f5d4..50b0ac7 100644
--- a/TimeHACK.Main/Resources/IE4/ie4start.html
+++ b/TimeHACK.Main/Resources/IE4/ie4start.html
@@ -1,5 +1,6 @@
+ IE4START
@@ -31,8 +37,8 @@ Just type an address in the location bar above and then press go.
Instantly you will be taken to the webpage of your choosing.
Where do you want to go today?
Here are some sites you may want to visit.
- www.google.com
- www.12padams.com
+ www.google.com
+ www.12padams.com
Where do you want to go today?
\ No newline at end of file
diff --git a/TimeHACK.Main/Resources/IE4/padams.html b/TimeHACK.Main/Resources/IE4/padams.html
index 9135372..d8846bf 100644
--- a/TimeHACK.Main/Resources/IE4/padams.html
+++ b/TimeHACK.Main/Resources/IE4/padams.html
@@ -1,5 +1,6 @@
+ 12PADAMS