Select an item ListBox in single click 
Author Message
 Select an item ListBox in single click

Hi all

I am using a multi select listbox. The check box gets checked only when
the check box is clicked but when i click on the caption of the checkbox
it should get selected. How can i do this?

All comments are welcome.

Regards
gladson




Fri, 01 Dec 2000 03:00:00 GMT  
 Select an item ListBox in single click

Quote:

> Hi all

> I am using a multi select listbox. The check box gets checked only when
> the check box is clicked but when i click on the caption of the checkbox
> it should get selected. How can i do this?

Hi,

Add

  list1.selected(list1.listindex)= not list1.selected(list1.listindex)

to the list1_click event

Michaela



Fri, 01 Dec 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. How to make multi select in listview like ListBox with single click

2. Select ListBox item with right click

3. Selecting an item in a listbox via a right mouse click

4. Listbox with single character item corrupts item?

5. programmatically selecting a tabstrip item without clicking an item

6. populating vb.net listbox from selected items of another listbox

7. HELP: how to select a datapoint in mschart with a single-click

8. RichTextBox - single click to select line

9. DataGrid: Selecting a row by single/double clicking

10. ListBox With CheckBox Single Select

11. Add macro to right click menu and get selected item in contacts

12. Right-Click selecting items in ListView

 

 
Powered by phpBB® Forum Software