locked
Test Code mit Windows-Live-Mail (gesendet mit Community NNTP-Bridge) RRS feed

  • Frage

  • Code mit unterschiedlichen Formatvorlagen:
    (Kopiert einfach aus VB.NET)

    1 Standard:

    Private Sub Test(ByVal selectCommand As String)

    Try

    ' Specify a connection string. Replace the given value with a

    MessageBox.Show("To run this example, replace the value of the " + _

    "connectionString variable with a connection string that is " + _

    "valid for your system.")

    End Try

    End Sub


    2. Defintion
     
    Nachbearbeitung mit Tabs und Leerzeilen:
    Private Sub Test(ByVal selectCommand As String)
    Try
        
        ' Specify a connection string. Replace the given value with a
        
        MessageBox.Show("To run this example, replace the value of the " + _
        "connectionString variable with a connection string that is " + _
        "valid for your system.")
    End Try
    End Sub

     
    Ende Test
    Sonntag, 31. Oktober 2010 15:18