listbox

  1. 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...
  2. 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?
  3. 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...
  4. 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...
  5. 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