hi,
there is a way to autocomplete a combobox?:sign0085:
there is a way to autocomplete a combobox?:sign0085:
Attached a version that works also on the device.
With a TextBox covering the ComboBox.
Using the Door library.
Unfortunately the KeyUp event for a TextBox is also not supported on the device, even though it should be according to MS's documents.
So I use the KeyDown and TextChanged events.
Best regards.