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

    comboBox => visible

    Hello,
    I need the items in the ComboBox set to Visible = false.
    You do not know how to do that?
    Thank you.

  2. #2
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,675

    Re: comboBox => visible

    You mean you want to control the visibility of individual items? That's impossible unless you ownerdraw the combo box which I'd consider overkill for that purpose. Instead simply remove the items and add them back as needed.
    I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.

    This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.

  3. #3
    Join Date
    Jun 2009
    Posts
    18

    Re: comboBox => visible

    I thought it
    thank you

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