From 12d308ccee2c052f97df9b7f0ad38381d0df0dab Mon Sep 17 00:00:00 2001 From: lempamo Date: Fri, 25 Aug 2017 00:07:44 -0400 Subject: learn to track all files plz --- Histacom2/OS/Win95/Win95Apps/WebChat1998.resx | 134 +++++++++++++++++++++ .../OS/Win95/Win95Apps/WinClassicFTPClient.cs | 10 +- Histacom2/Resources/WinClassic/Win98SideBar.png | Bin 0 -> 1516 bytes 3 files changed, 143 insertions(+), 1 deletion(-) create mode 100644 Histacom2/OS/Win95/Win95Apps/WebChat1998.resx create mode 100644 Histacom2/Resources/WinClassic/Win98SideBar.png (limited to 'Histacom2') diff --git a/Histacom2/OS/Win95/Win95Apps/WebChat1998.resx b/Histacom2/OS/Win95/Win95Apps/WebChat1998.resx new file mode 100644 index 0000000..f1d3183 --- /dev/null +++ b/Histacom2/OS/Win95/Win95Apps/WebChat1998.resx @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + 17, 17 + + + If you do not agree to the following rules below DO NOT log into the chat: + +No Bullying +No Swearing +No Hacking +No Illegal Files/ Piracy + +Failure to follow these rules will result in serious irreversible consequences. + + \ No newline at end of file diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs index 1640818..83f8b5d 100644 --- a/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs +++ b/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs @@ -75,7 +75,8 @@ namespace Histacom2.OS.Win95.Win95Apps ListViewItem listViewItem1 = new ListViewItem(new string[] { "/totallynotthetimedistorter/" }, 0, Color.Black, Color.Empty, null); ListViewItem listViewItem2 = new ListViewItem(new string[] { "FTP Client Setup.exe" }, 2, Color.Black, Color.Empty, null); ListViewItem listViewItem3 = new ListViewItem(new string[] { "Web Chat Setup.exe" }, 2, Color.Black, Color.Empty, null); - ftpFiles.Items.AddRange(new ListViewItem[] { listViewItem1, listViewItem2, listViewItem3 }); + ListViewItem listViewItem4 = new ListViewItem(new string[] { "Guess The Number V1 Setup.exe" }, 2, Color.Black, Color.Empty, null); + ftpFiles.Items.AddRange(new ListViewItem[] { listViewItem1, listViewItem2, listViewItem3, listViewItem4 }); } else if (objListViewItem.Text == "/totallynotthetimedistorter/") { @@ -104,6 +105,13 @@ namespace Histacom2.OS.Win95.Win95Apps wm.StartWin95(opendownload, "Downloader", null, false, true); opendownload.appName.Text = "Downloading: Time Distorter 0.1"; } + else if (objListViewItem.Text == "Guess The Number V1 Setup.exe") + { + WinClassicDownloader opendownload = new WinClassicDownloader(); + WindowManager wm = new WindowManager(); + wm.StartWin95(opendownload, "Downloader", null, false, true); + opendownload.appName.Text = "Downloading: Guess The Number V1"; + } } } } diff --git a/Histacom2/Resources/WinClassic/Win98SideBar.png b/Histacom2/Resources/WinClassic/Win98SideBar.png new file mode 100644 index 0000000..5451da3 Binary files /dev/null and b/Histacom2/Resources/WinClassic/Win98SideBar.png differ -- cgit v1.2.3