CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 1999
    Posts
    3

    ComboBox with CheckBox

    Anyone know where/how to implement a Combobox that includes an inclusive CheckBox for each item
    so multiple items may be selected. Any source or examples appreciated. Thanks in advance.


  2. #2
    Join Date
    May 1999
    Location
    OR, USA
    Posts
    65

    Re: ComboBox with CheckBox

    There is MFC class CComboCheckBox (or something similar)



  3. #3
    Join Date
    Jun 1999
    Location
    EU (Germany), Frankfurt at Main
    Posts
    5

    Re: ComboBox with CheckBox

    Look in the MultiComboBox examples here
    in CodeCuru


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