ListView Checkbox

the_utmost

Registered User.
Local time
Today, 13:30
Joined
Mar 10, 2005
Messages
40
Hi:

I need to have the first column of my list view control as a checkbox instead of a text field. I need to know how to set a checkbox to true or false.
 
The,

Not really understanding your question. You can set a CheckBox
to True by:

Me.MyCheckBox = True

???

Wayne
 
It is not a regular checkbox. I am using the Listview control and in one column I want to use a checkbox in case the record is selected as 'running' (in this case).
 

Users who are viewing this thread

Back
Top Bottom