The checked list box control??? What do you know, there is a CheckBoxes property in ListView control. How easy is that? Thanks for the help. I can handle it from here!
This forum has come through yet again. I may become a .NET programmer yet. On Feb 13, 6:29 pm, The_Fruitman <[email protected]> wrote: > The multiselect on a list view would work. Or you could use the > checked list box control. > > On Feb 13, 3:09 pm, Joe Enos <[email protected]> wrote: > > > > > I believe ListView has a MultiSelect option, which would allow the > > user to hold Control and click multiple items...I could be wrong - > > been awhile since I've worked with WinForms. > > > On Feb 13, 2:54 pm, Tom <[email protected]> wrote: > > > > Hi All, > > > > I am building an application that presents a list of files and > > > replaces some data in the selected files. I am using a ListView to > > > present the list of files. How can I allow the user to select the > > > files he wants? I was thinking of having a check box to the left of > > > each of the files. Any ideas? Thanks.- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text -
