S
Soulless
Hi, I have reason to need to use a checked list box. The list box
contents will be filled with filenames in a directory. These values
will change.
I need the ability to be able to select a single item in the list, but
also need to be able to check an item on.
The issue is I only want to allow one checked item at a time. I do
not want to allow multiple items to be checked.
I tried to code for double click and keypress. But if the user clicks
once and then clicks a second time, multiple items get checked on.
Anyone aware of an event or something to code to have only one item
checked during a double click only?
Thanks!
contents will be filled with filenames in a directory. These values
will change.
I need the ability to be able to select a single item in the list, but
also need to be able to check an item on.
The issue is I only want to allow one checked item at a time. I do
not want to allow multiple items to be checked.
I tried to code for double click and keypress. But if the user clicks
once and then clicks a second time, multiple items get checked on.
Anyone aware of an event or something to code to have only one item
checked during a double click only?
Thanks!