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

    Check box within a combo box

    Does any body know where i can find Combo box that contains check box on the left of each item ?
    Thanks
    Sigal


  2. #2
    Guest

    Re: Check box within a combo box

    www.sheridan.com gives you an evaluate copy of Data Widgets, which includes such a Combo.
    Vlad


  3. #3
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Check box within a combo box

    If you can read C++ and translate the code, there's a very good control at http://www.codeproject.com/combobox/checkcombo.asp - I may try and convert it to VB one day....


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  4. #4
    Join Date
    May 1999
    Posts
    3,332

    Re: Check box within a combo box

    Great link, Chris.
    Thanks for telling us.


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