i'm inheriting the TextBox class of .NET 2.0.

how can i show the autocomplete drop down without typing any character?

in most windows application there is a short cut: alt+down.

my favorite solution would be to implement this short cut too! :-)