diff --git a/README.md b/README.md new file mode 100644 index 0000000..f22814a --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Codegasm + + This is the **official** repository of **Codegasm**. + + +# index + + * test app 1 - **Codegasm** + * test app 2 - **Demo** + * test app 3 - **Jarvis** + * test app 4 - **Drunk Pc** + * test app 5 - **simple web Browser** + * test app 6 - **Hard Drive Led** diff --git a/Test App 4 - Drunk PC/DrunkPC.v12.suo b/Test App 4 - Drunk PC/DrunkPC.v12.suo new file mode 100644 index 0000000..eb68558 Binary files /dev/null and b/Test App 4 - Drunk PC/DrunkPC.v12.suo differ diff --git a/Test App 4 - Drunk PC/Program.cs b/Test App 4 - Drunk PC/Program.cs index 5888d4d..40ff68f 100644 --- a/Test App 4 - Drunk PC/Program.cs +++ b/Test App 4 - Drunk PC/Program.cs @@ -186,6 +186,8 @@ public static void DrunkPopupThread() switch(_random.Next(2)) { case 0: + SystemSounds.Exclamation.Play(); + MessageBox.Show( "Internet explorer has stopped working", "Internet Explorer", @@ -193,6 +195,8 @@ public static void DrunkPopupThread() MessageBoxIcon.Error); break; case 1: + SystemSounds.Exclamation.Play(); + MessageBox.Show( "Your system is running low on resources", "Microsoft Windows",