JL.
JL.

Reputation: 81372

.net 4.0 winforms, easy way to get text controls to remember previous input?

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?

Upvotes: 0

Views: 129

Answers (1)

Sir Graystar
Sir Graystar

Reputation: 703

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

Upvotes: 1

Related Questions