Click to See Complete Forum and Search --> : Checkedlistbox


Rgreen
June 17th, 2002, 09:51 PM
I am trying to figure out how to check a checkbox in a checkedlistbox prgramatically. I have the checkedlistbox populated from dataset1. I am reading records from dataset2. I can get the value of the datarow to select the item in the checkedlistbox but can't figure out how to actually put a check mark in the box.

Any advise?

lilshoob
June 27th, 2002, 03:07 PM
Have you tried something like this?


Me.CheckedListBox1.SetItemChecked(itemSelected, True)