Click here to Skip to main content
15,912,329 members

Comments by Member 7780316 (Top 5 by date)

Member 7780316 30-Mar-11 18:28pm View    
Well Thanks for "whatever" i actually just found the error =

Phone = CStr(str)
it was a string not an integer
Member 7780316 30-Mar-11 17:40pm View    
for buttonSort

i have a list of students ("H:\Students\Debug\Students.txt") that needs to be sorted out when i click the sort button

this is an application that processes data


Application should be able to accept Student data from the user and add the information to an existing text file (which contains data about other students).

Application should provide the ability to brows student data (Through the same form or another form). While browsing user can modify the student data add, delete, modify)

While in browsing mode provide a functionality to sort the student alphabetically in ascending or descending order (must provide both choices).

In brows mode provide a functionality to search for a specific student by:
- First Name
- Last Name
- Major
Member 7780316 30-Mar-11 17:40pm View    
for buttonSort

i have a list of students ("H:\Students\Debug\Students.txt") that needs to be sorted out when i click the sort button

this is an application that processes data


Application should be able to accept Student data from the user and add the information to an existing text file (which contains data about other students).

Application should provide the ability to brows student data (Through the same form or another form). While browsing user can modify the student data add, delete, modify)

While in browsing mode provide a functionality to sort the student alphabetically in ascending or descending order (must provide both choices).

In brows mode provide a functionality to search for a specific student by:
- First Name
- Last Name
- Major
Member 7780316 30-Mar-11 17:39pm View    
for buttonSort

i have a list of students ("H:\Students\Debug\Students.txt") that needs to be sorted out when i click the sort button

this is an application that processes data


Application should be able to accept Student data from the user and add the information to an existing text file (which contains data about other students).

Application should provide the ability to brows student data (Through the same form or another form). While browsing user can modify the student data add, delete, modify)

While in browsing mode provide a functionality to sort the student alphabetically in ascending or descending order (must provide both choices).

In brows mode provide a functionality to search for a specific student by:
- First Name
- Last Name
- Major
Member 7780316 28-Mar-11 11:26am View    
i have a button for phone validation how do i out a public funtion into the private one?

- Private Sub btnPhone_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPhone.Click