tags:

views:

16

answers:

1

I want my text box controls to remember previous input and have intellisense, like web control inputs.

Is there a quick, free and easy to implement solution to this?

+1  A: 

Here's one way of doing it using a mixture of listboxes and textboxes. I quite like this solution actaully.

Sir Graystar