Programmatically set checkboxes in ListView??? 
Author Message
 Programmatically set checkboxes in ListView???

Is there a way to programatically set and unset checkboxes for the listview?
What about a way to find out what has been checked or unchecked?

Thanks in advance.

Regards,

Kinley.



Sun, 27 Oct 2002 03:00:00 GMT  
 Programmatically set checkboxes in ListView???



Quote:

> Is there a way to programatically set and unset checkboxes for the
listview?
> What about a way to find out what has been checked or unchecked?

itm.checked = true

of

if itm.checked = true then bla bla bla

Rene Balvert



Mon, 28 Oct 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Setting checkboxes for list box items programmatically

2. ListView: Setting Selected (Appearance) Programmatically

3. Set checkbox with API for Listview ctrl

4. How to set programmatically set values of custom added columns

5. Check and uncheck checkbox in DTPicker programmatically

6. VB5 (32) programmatically control checkboxes in listbox

7. VB5 (32) programmatically control checkboxes in listbox

8. Activating an ListView Item programmatically?

9. Need help scrolling a listview programmatically

10. Scroll two Listviews simultaneously programmatically

11. Listview Subitems - How to Programmatically Retrieve Value

12. AutoFit a listview column programmatically?

 

 
Powered by phpBB® Forum Software