|
-
Sep 23rd, 2008, 09:26 PM
#7
Thread Starter
Member
Re: [2008] Place checkbox on form at runtime
Yes I read it and figured it out..now I have another problem
DirectCast(ActiveControl, CheckedListBox).checked = False
This worked when it was
DirectCast(ActiveControl, CheckedBox).checked = False
But now it doesn't with checkedlistbox.
What is the proper conversion?
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
|