User Profile

Collapse

Profile Sidebar

Collapse
DaWofl
DaWofl
Last Activity: Oct 1 '07, 12:10 PM
Joined: Sep 28 '07
Location: Netherlands
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • DaWofl
    replied to [vb.net 2005] Split listbox into textbox?
    in .NET
    Ok i dont know exactly know what u mean cause i never used that command before but iam looking into it :)

    *edit

    Ok u certainly pushed me into the right direction :) this is what i came up with

    Code:
     
            Dim strSelItems(ListBox1.SelectedItems.Count - 1) As String
            Dim splitten As String
            Dim gesplit() As String
    
            For intI As Integer = 0 To ListBox1.SelectedItems.Count
    ...
    See more | Go to post

    Leave a comment:


  • DaWofl
    started a topic [vb.net 2005] Split listbox into textbox?
    in .NET

    [vb.net 2005] Split listbox into textbox?

    Iam reading text from a textfile iam splitting it by # at te end of the line so get al lines into my listbox like this

    Code:
            aryTextFile = LineOfText.Split("#")
            For i = 0 To UBound(aryTextFile)
                ListBox1.Items.Add(aryTextFile(i))
            Next i
    listbox shows "name,surname,p honenumer" rows.
    When i select one i want it to show in 3 textboxes,...
    See more | Go to post
No activity results to display
Show More
Working...