CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2007
    Location
    India
    Posts
    30

    Thumbs up 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... :-)

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    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?
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  3. #3
    Join Date
    Oct 2007
    Location
    India
    Posts
    30

    Smile 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
  •  





Click Here to Expand Forum to Full Width

Featured