User Profile

Collapse

Profile Sidebar

Collapse
hennas
hennas
Last Activity: Jan 22 '08, 01:05 PM
Joined: Jan 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Listbox is selected the name and corresponding phone number should be should

    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...
    See more | Go to post

  • 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
    ...
    See more | Go to post

    Leave a comment:


  • 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.
    See more | Go to post
No activity results to display
Show More
Working...