checkedlistbox

  1. S

    Question I Need Help With CheckedListBox Values

    Hey I'm doing a class project, and I keep running into issues with the checkedlistbox. So here's the scenerio: I have a form with one CheckedListBox, one button, and one textbox. I want that when you press the button that the items selected inside the CheckedListBox should be displayed...
  2. F

    Question Checkedlistbox Refresh/generate

    i want to learn/know 2 things 1. I want to know how the checked list box can get generated by a folder full of mp3's 2. I want the search funktion to refresh the list so it is only the typed in textbox1 that are showed but in the same way it is now i use 1 textbox and 1 checkedlistbox Public...
  3. Ja2984

    List Searched files in Checked List Box

    Hi i'm currently planning on developing a program that needs to do a wildcard find/search for files of all types (*.lst *.pdf *.tmt ...etc) based on user input. So e.g. User input = 12345 Display all files containing that number in the name: 2D12345.pdf TF12345.lst TF12345_1.tmt etc.. I...
  4. Stonkie

    Question CheckedListBox's ItemCheck event : bad timing...

    I need to produce a list of checked entries from a CheckedListBox whenever an item changes, but that ItemCheck event gets thrown before the item's status is actually changed so the checked items list is incorrect. I found a forum post telling to use the SelectedIndexChanged event instead, but...
Back
Top