Hi,

When visual studio.net shows you the autocomplete function you'll
receive some kind of ListBox in which VS.net proposes what you might
want to type. I'm trying to have a similar behaviour, but with a
somewhat more complex autocomplete control.

Let me explain : When the user clicks in a TextBox, an extra form has
to appear with 2 tab pages, but very important : the blinking 'caret'
has to remain on the TextBox and values in the new form can change
when a user types text in the TextBox. A user can select something in
this new form (the form with the tab pages), but focus has to remain
on the main form's TextBox. I've been searching for days for an
example or an article but can't find anything at all.

Any suggestions/ideas?

Regards,
Djef