CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2007
    Posts
    115

    Question Problem in finding checked items from ListView Control

    Dear Sir,

    I am using ListView Control which CheckBoxes property of the control is set to true..when the from is loaded then all ordernos are loaded into the listview. when i select the orderno then enter contain of the selected orderno to displayed in datagridview control. now i want select 4 order nos and want to display all contain of 4 selected ordernos how find out which orderno is selected through loop and in which even i have to place.. plz. help me..

    thanking you

    Debasis Bag

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Problem in finding checked items from ListView Control

    I would actually suggest that you make use of the CheckedLitsBox control. Everybody seems to forget about it

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