Editable combobox

  • Thread starter Thread starter Wernfried Schwenkner
  • Start date Start date
W

Wernfried Schwenkner

How can this be done with the CF?

I've tried to cover the combobox with en editbox(not the drop down
arrow) and then handle several events. In principe it works, but the
editbox has a nasty frame. Can I somehow hide this? Or are there any
other solutions?
 
Wernfried,
I wrote something about that in my mail "Editable Combobox light". You
can search for that on Google.

Christoph
 
In my program I used a non-editable combo box and attached a command button
with a "+" sign as it's caption and arranged it so that it was attached to
the combo box. When users click on this button, I used an input box to
return data from the user and used code to add the item to the combobox.
This provided a simple and effective solution to my project.
* I designed a new input box as the standard VB input box does not
automatically display the on-screen keyboard*

David W
MCP
 
Back
Top