This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Edit Text in Combo Box
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 01, 2008
06:26 PM
Edit Text in Combo Box
Hi.
I have a custom dialog box that contains a combobox. I can populate it, and I can read from it and I can refresh it. My problem is that I can't figure out how to let the user edit a text entry in the combo box.
Any ideas?
My project - InstallScript project.
I have a custom dialog box that contains a combobox. I can populate it, and I can read from it and I can refresh it. My problem is that I can't figure out how to let the user edit a text entry in the combo box.
Any ideas?
My project - InstallScript project.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 02, 2008
02:40 PM
For your combo box control, what do you have for the Drop-Down List setting? You might try setting that to False, if it isn't already.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 04, 2008
02:40 PM
Thanks for your help 🙂