listbox

  1. D

    sequential textfile help

    i'm trying to load a sequential text file into a listbox, and for some reason it won't move onto the next line? instead i get square characters instead it appears like where the square characters are, i want it to be an extra line as opposed to just that? here's the code: here's what the...
  2. T

    Question Need ListBox to Show Events in Real-Time

    Hello everyone. I have designed a window application that: check the contents of a folder for specific files (HTML) move files to a 'working' diretory parse each file with webbrowser control to extract data call webservice to collect additional data The main form has a large ListBox that...
  3. S

    Question Multiple selection ListBox click order

    Please, I need help. How would I display list items from multiple selection listbox in order they are clicked? Thanks?
  4. P

    A tip for making "columns" in list boxes

    Hello all! My name is Camron, and this is my first post on the VB.NET forums. I joined the forums because I am using Visual Studio this semester in my school. Anyway, I thought I would share a neat little trick with everyone for creating "columns" in a list box without having to use...
  5. M

    Question Get the lowest value from a listbox

    What I am trying to do is either: 1. I have some values in a listbox, and want to find the lowest 2. Convert all values to array, cant find what I did wrong here: Dim allavarden() As Integer pop = 0 Do Until pop = valuen.Items.Count - 1 'also tried with for loop and for...
  6. newguy

    Question Edit a listbox item...

    Hi All, OK, so I am using listbox1 to send the selected.items to listbox2, when the item is sent I also want to delete the selected.items in listbox1, got it working somewhat - the only problem is it enters the item twice, once with the item(text) and DateAndTime.now and the second time with...
Back
Top