Editable ComboBox

  • Thread starter Thread starter Neelima Godugu
  • Start date Start date
N

Neelima Godugu

Hi All,
I am try to implement an editable combo box. Just wondering if any body has
done this before and had any pointers.
Thanks in Advance.
Neelima
 
It appears CF's combo control doesn't have such facility. It will take some
time before people rewrite the controls for CF after removing the slack and
dead code from their Big Brother Controls. Probably you will have to use a
text box overlayed on the combo for entering text and its events to add it
to the combo box. The following link was referred to be by Alex in different
context. But it has got good sample code on how to handle such overlayed
text box for editing. It is in VC#. I will definitely be using that
technique (This code reminds me of my VB 3.0 programming days). Why not you
also?

http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=245

Actually this has got link to the sample zip file.

ThanQ...
 
Back
Top