"" "" "" "One of The Fields Is Filled Incorrectly!"
"" "" "" "One of The Fields Is Filled Incorrectly!"
"" "" "" "One of The Fields Is Filled Incorrectly!"
studentIDTextBox.Clear()
subjectTextBox.Clear()
gradeTextBox.Clear()
studentIDTextBox.Focus()
MessageBox.Show("Your entry has been added!")
End If
End Sub
End Sub
End Sub
End Sub
studentIDTextBox.Clear()
subjectTextBox.Clear()
gradeTextBox.Clear()
studentIDTextBox.Focus()
MessageBox.Show("Your entry has been added!")
End If
End Sub
Private Sub ClearToolStripMenuItem_Click(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles ClearToolStripMenuItem.Click
studentIDTextBox.Clear()
subjectTextBox.Clear()
gradeTextBox.Clear()
studentIDTextBox.Focus()
End Sub
End Sub
End Sub
End Class