Hi

I've got a basic email application set up, and I'd like the "To" field (TextBox1) to be an autocomplete textbox.

I'd also like the user to be able to edit what their contacts are, and so be able to add named to the autocomplete suggestions.

I can get TextBox1's autocomplete suggestion to come from TextBox2's current Text - however this means I can only have one name as a suggested contact.

Ideally, something like a list box would be ideal, so the user can add and remove names, and this list would then provide the source for the autocomplete.

Thanks for the help,

M