I want to allow a user to add a new entry to a combobox. I cant seem to figure out how to do this. Im using a very industrial peice of equip., Intermec device. Is it possible to allow a user to add an entry to the combobox and if so how? Please Help!!

Re: Urgent ComboBox Help by Maarten

Maarten
Mon Apr 19 16:12:20 CDT 2004

The ComboBox that is part of the .NET CF unfortunately does not offer that
functionality. I am not 100% sure if the native combobox offers this
functionality. If so, you might consider creating your own user control,
similar to the way OpenNETCF.org created the HTMLViewer control, see
http://www.opennetcf.org/PermaLink.aspx?guid=905b2ec3-b8ae-4e65-bb22-7e7545d31816.
Once again, for this to work you have to make sure that the native combobox
offers the functionality you need.

--
Regards,

Maarten Struys, eMVP
PTS Software bv

www.opennetcf.org | www.dotnetfordevices.com

"Bryan Ruddy" <bruddy@summit.com> wrote in message
news:5E66F0BF-7CFD-4800-B1FA-FA1E999E2BEA@microsoft.com...
> I want to allow a user to add a new entry to a combobox. I cant seem to
figure out how to do this. Im using a very industrial peice of equip.,
Intermec device. Is it possible to allow a user to add an entry to the
combobox and if so how? Please Help!!