Results 1 to 3 of 3

Thread: Hide Combo Box Entry

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2001
    Posts
    53

    Hide Combo Box Entry

    I have an entry in my combo box (dropdown list) which I use as a default or error value. I don't want this entry to show up in the list when the user is selecting an entry. Is there a way I can have that entry hidden to the user but selectable in my code or do I have to repopulate the combo box each time?

  2. #2
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Just use the .Text property of it. That way, if a user doesn't select anything, that value will be used.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  3. #3

    Thread Starter
    Member
    Join Date
    Aug 2001
    Posts
    53
    I can't. The text property is not writeable during runtime or design time when a combo box sytle is a dropdown list.

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