append text to combobox

  • Thread starter Thread starter Peter Zentner
  • Start date Start date
P

Peter Zentner

Hi all,

is there a chance to append the text of the new selected item to the text in
the textbox portion of the control?

Example:

textbox: "hello "
new selected item: "world"
new textbox text: "hello world"

TIA

Peter
 
Read the docs for the TextBox class and you should find the
AppendText method

/claes
 
Back
Top