| Author: D.Jeya kumar(JK) 29 Aug 2008 | Member Level: Diamond | Rating: Points: 3 |
Hi,
Add a list box and then set the property checkbox =true and then add the items to the listview it will show the values the tesxt with the check box.
ListView1.Items.Add("One") ListView1.Items.Add("Two")
Regards JK
|