|
-
Jan 11th, 2002, 05:06 PM
#1
Thread Starter
Member
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?
-
Jan 11th, 2002, 05:10 PM
#2
Stuck in the 80s
Just use the .Text property of it. That way, if a user doesn't select anything, that value will be used.
-
Jan 11th, 2002, 06:04 PM
#3
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|