|
-
May 12th, 2009, 12:30 AM
#1
CheckedListBox iteration
Hi guys,
I'm working in a C# windows application where I'm using a checklistbox. Here is a situation in which I have to iterate thru the checkedlistbox to find a specific value within it.
plz guys .. give me a solution for this....
thanx in advance... :-)
-
May 12th, 2009, 01:33 AM
#2
Re: CheckedListBox iteration
CheckedItems property represents the collection of checked items.
ChckedIndices property represents the collection of checked item indeces.
Do you need something else?
-
May 12th, 2009, 02:37 AM
#3
Re: CheckedListBox iteration
thanx cilu..
I can work with the tips that u have provided
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
|