Einzelnen Beitrag anzeigen
Ungelesen 18.03.11, 16:02   #6
Amstaff
Ex-Co-Administrator
 
Benutzerbild von Amstaff
 
Registriert seit: Sep 2008
Beiträge: 4.369
Bedankt: 7.387
Amstaff leckt gerne myGully Deckel in der Kanalisation! | 24332394 Respekt PunkteAmstaff leckt gerne myGully Deckel in der Kanalisation! | 24332394 Respekt PunkteAmstaff leckt gerne myGully Deckel in der Kanalisation! | 24332394 Respekt PunkteAmstaff leckt gerne myGully Deckel in der Kanalisation! | 24332394 Respekt PunkteAmstaff leckt gerne myGully Deckel in der Kanalisation! | 24332394 Respekt PunkteAmstaff leckt gerne myGully Deckel in der Kanalisation! | 24332394 Respekt PunkteAmstaff leckt gerne myGully Deckel in der Kanalisation! | 24332394 Respekt PunkteAmstaff leckt gerne myGully Deckel in der Kanalisation! | 24332394 Respekt PunkteAmstaff leckt gerne myGully Deckel in der Kanalisation! | 24332394 Respekt PunkteAmstaff leckt gerne myGully Deckel in der Kanalisation! | 24332394 Respekt PunkteAmstaff leckt gerne myGully Deckel in der Kanalisation! | 24332394 Respekt Punkte
Standard

Also. Ich hab mal was gebastelt.

Der Code:
Code:
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        RichTextBox1.Clear()

        Select Case (TextBox1.Text)
            
            Case "403"
                RichTextBox1.AppendText("403 - Forbidden")
            Case "404"
                RichTextBox1.AppendText("404 - Not found")
            Case "405"
                RichTextBox1.AppendText("405 - Method not allowed")
            Case "406"
                RichTextBox1.AppendText("406 - Not Acceptable")
            Case "407"
                RichTextBox1.AppendText("407 - Proxy Authentication Required")
            Case "408"
                RichTextBox1.AppendText("408 - Request Time-out")
            Case Else
                RichTextBox1.AppendText("Fehlercode nicht gefunden")
        End Select


    End Sub
End Class
Hier der komplette Projektordner auf Freakshare (Microsoft Visual Studio 2010)
http://freakshare.com/files/jfm4ll5z...tion1.rar.html

TIP: Die .exe findet ihr im Verzeichnis WindowsApplication1\bin\Debug
__________________
Bussi :* Amstaff
[ Link nur für registrierte Mitglieder sichtbar. Bitte einloggen oder neu registrieren ]
Amstaff ist offline   Mit Zitat antworten