Visual Basic
Visual Basic
This
program allows users to add, edit, delete, and display student information using a simple
Windows Form Application. It includes error handling and basic validation for input fields.
Controls Used:
3 Labels: Change the Text Property into Name, Age, Grade
3 TextBox: Change the Name Property into txtName, txtAge, txtGrade
1 ListBox: Change the Name Property into lstStudents
4 Buttons: Change the Text Property into Add, Edit, Delete, Display
Change the Name Property into btnAdd, btnEdit, btnDelete,
btnDisplay
CODE:
Return True
End Function