Click here to Skip to main content
15,892,643 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Character Movement Pin
Dalek Dave29-Nov-09 22:54
professionalDalek Dave29-Nov-09 22:54 
GeneralRe: Character Movement Pin
helelark1231-Dec-09 4:33
helelark1231-Dec-09 4:33 
Questioncustom date format script Pin
sfgman6325-Nov-09 21:55
sfgman6325-Nov-09 21:55 
AnswerRe: custom date format script Pin
Shameel25-Nov-09 23:33
professionalShameel25-Nov-09 23:33 
AnswerRe: custom date format script Pin
Steven J Jowett26-Nov-09 5:02
Steven J Jowett26-Nov-09 5:02 
QuestionLINQ query and DISPLAY ALL Pin
PAguilar0925-Nov-09 19:37
PAguilar0925-Nov-09 19:37 
AnswerRe: LINQ query and DISPLAY ALL Pin
Wayne Gaylard26-Nov-09 1:51
professionalWayne Gaylard26-Nov-09 1:51 
GeneralRe: LINQ query and DISPLAY ALL Pin
PAguilar0927-Nov-09 6:21
PAguilar0927-Nov-09 6:21 
zimvbcoder, THanks for your help the sort function worked perfectly!

I am still not to sure on the next click event though.

I was trying this:

Private Sub btnNext_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnNext.Click

    Dim i As Integer

    For i = 0 To students.Count - 1

        Dim lname As String = students(i).lastName
        txtLastName.Text = lname

    Next i

End Sub


I am currently just passing the new last name to the text box after the user clicks next to see if it will indeed go to
the next record that has been SORTED already and display the last name. But i realized that the variable lname will overwrite
the data being passed to it until it reaches end of file so It always only displays the lastname of the Sorted list. I know that each index would have to passed but i can't just do something like students(0).lastname and then send it out the the textbox because the user can add to the file and so I wouldn't be able to determine how long the list is. What would I need to do?
GeneralRe: LINQ query and DISPLAY ALL Pin
Wayne Gaylard27-Nov-09 7:22
professionalWayne Gaylard27-Nov-09 7:22 
GeneralRe: LINQ query and DISPLAY ALL Pin
PAguilar0929-Nov-09 18:39
PAguilar0929-Nov-09 18:39 
GeneralRe: LINQ query and DISPLAY ALL Pin
Wayne Gaylard29-Nov-09 19:08
professionalWayne Gaylard29-Nov-09 19:08 
QuestionFont Style Getting Error Pin
Anubhava Dimri25-Nov-09 17:44
Anubhava Dimri25-Nov-09 17:44 
AnswerRe: Font Style Getting Error Pin
Dave Kreskowiak26-Nov-09 4:31
mveDave Kreskowiak26-Nov-09 4:31 
GeneralRe: Font Style Getting Error Pin
Anubhava Dimri26-Nov-09 17:23
Anubhava Dimri26-Nov-09 17:23 
GeneralRe: Font Style Getting Error Pin
Dave Kreskowiak27-Nov-09 2:58
mveDave Kreskowiak27-Nov-09 2:58 
GeneralRe: Font Style Getting Error Pin
Anubhava Dimri27-Nov-09 17:09
Anubhava Dimri27-Nov-09 17:09 
Question[Message Deleted] Pin
siragl25-Nov-09 10:09
siragl25-Nov-09 10:09 
AnswerRe: Visual Basic .NET and SOAP Pin
Dave Kreskowiak25-Nov-09 13:23
mveDave Kreskowiak25-Nov-09 13:23 
GeneralRe: Visual Basic .NET and SOAP Pin
siragl25-Nov-09 21:04
siragl25-Nov-09 21:04 
GeneralRe: Visual Basic .NET and SOAP Pin
Dave Kreskowiak26-Nov-09 4:27
mveDave Kreskowiak26-Nov-09 4:27 
GeneralRe: Visual Basic .NET and SOAP Pin
siragl26-Nov-09 6:41
siragl26-Nov-09 6:41 
GeneralRe: Visual Basic .NET and SOAP Pin
Dave Kreskowiak26-Nov-09 8:04
mveDave Kreskowiak26-Nov-09 8:04 
AnswerRe: Visual Basic .NET and SOAP Pin
David Skelly25-Nov-09 22:30
David Skelly25-Nov-09 22:30 
QuestionI need vb.net code for automated mobile message reading system connected with com port Pin
SSylhet25-Nov-09 8:30
SSylhet25-Nov-09 8:30 
AnswerRe: I need vb.net code for automated mobile message reading system connected with com port Pin
Dave Kreskowiak25-Nov-09 8:47
mveDave Kreskowiak25-Nov-09 8:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.