Basically i want to design a membership Name and Telephone List form using the following command buttons.
Edit
Add New;
Update;
Delete;
Cancel;
Save;
Clear, and
Exit
The names and phone numbers of members are stored in a sequential text file called MEMBERS.TXT which i have created.
When the program is loaded, names and telephone numbers should be read...
User Profile
Collapse
-
Hi this is the code sofar I am new to programing and is still learning thanks for your help.
...Code:Public Class TelephoneListorm Private Sub ExitButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ExitButton.Click Me.Close() End Sub Private Sub AddNewButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles AddNewButton.Click -
Sequential text file to update listbox item click show textbox's
Telephone List Project
Add item to Sequential text file load into memory and update listbox. When selecting item in list box is click must show in textbox.
Two textbox Name and Telephone Number, Command buttons Add Button, Update button, Delete Button.
No activity results to display
Show More
Leave a comment: