De fleste der skriver herinde har brug for hjælp, så en anden overskrift ville nok gøre, så flere folk bliver interesseret og kommer ind for at hjælpe ;o)
if(...){
} else if(...){
} else{
}
Og du kan have så mange else if'er du har lyst til.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If MessageBox.Show("A you 18 or not?", "How old a you?", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question) = Windows.Forms.DialogResult.Yes Then MessageBox.Show("Okay") Else If MessageBox.Show("No") Else MessageBox.Show("Hej hej")
If MessageBox.Show("A you 18 or not?", "How old a you?", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question) = Windows.Forms.DialogResult.Yes Then MessageBox.Show("Okay") Else If MessageBox.Show("A you 18 or not?", "How old a you?", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question) = Windows.Forms.DialogResult.No Then MessageBox.Show("No") Else MessageBox.Show("Hej hej")
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.