Hi, thanks for the fast response.
Your solution works if the AutoComplete control is not created at runtime, but in my program it does and I receive a "System.NullReferenceException" since the textBox does not get the reference to the TextBox descendant of the AutoComplete using the VisualUtils method and remains null...
Try creating the AutoComplete control at runtime as I did in my code in the first message.