how to edit in combo...

  • Thread starter Thread starter Supra
  • Start date Start date
S

Supra

I got icon in combobox working ...but how do i let user edit in
combobox.text? i can't edit combobox.text.........i set to dropdownlist.
i am building webbrowser.
regards,
supra
 
Supra,

You are not the only one who build that or have done that,
procedure
Use the combobox.text to navigate
See after a good result with the method findstringExact from the combobox if
it exist already in the combobox.
When not insert it in top of the items (0) from the combobox

I hope this helps?

Cor
 
Cor Ligthert said:
You are not the only one who build that or have done that,
procedure
Use the combobox.text to navigate
See after a good result with the method findstringExact from the combobox
if it exist already in the combobox.
When not insert it in top of the items (0) from the combobox

I think the OP wants to add an icon to the /edit/ part of the combobox...
;-).
 
ok! i undestood.

Cor said:
Supra,

You are not the only one who build that or have done that,
procedure
Use the combobox.text to navigate
See after a good result with the method findstringExact from the combobox if
it exist already in the combobox.
When not insert it in top of the items (0) from the combobox

I hope this helps?

Cor
 
Back
Top