|
-
June 17th, 2002, 09:51 PM
#1
Checkedlistbox
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?
-
June 27th, 2002, 03:07 PM
#2
Have you tried something like this?
Me.CheckedListBox1.SetItemChecked(itemSelected, True)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|