I dont think you can "OwnerDraw" the autocomplete section so the only way I can think of doing it is by turning the autocomplete function off and then basicallly writing your own. So you would handle the TextChanged event or whatever its called and then just basically draw a rectangle containing lists of the autocomplete options... I think it would be more work than its worth personally though


On the other hand you could use WPF and it would take about 30 seconds :P

(I know I know, I plug WPF too much )