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

    List Box with Check box

    Does anybody know where I can find a ListBox which each item has a check box ??
    Thanks.
    Sigal
    Israel.


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: List Box with Check box

    Set the .Style Property to 1 (Check box).
    However, it will be Multi-select in that mode
    So if you want single selection, you need to write the code yourself, to unselect the prev. selection, if any.

    RK

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