Newbie: Autofill for ComboBox ?

  • Thread starter Thread starter steve
  • Start date Start date
S

steve

Hi,
I am wondering if I can easily reproduce the "autofill" effect in a combobox
that i have populated from a dataset OR in general from a static list.
I want to create the effect that when the user starts typing and the cmbBox
automatically fills the *closest* match.

I noticed that if i start typing and then try to scroll i have already
jumped to that point but i want the box to be automatically filled. Can this
be done in VS 2003?

Thanx in advance!

-steve
 
Hi,

http://www.gotdotnet.com/Community/...mpleGuid=30138e02-c2c3-41cd-bc6a-09bc8fd2860b

Ken
------------------
Hi,
I am wondering if I can easily reproduce the "autofill" effect in a combobox
that i have populated from a dataset OR in general from a static list.
I want to create the effect that when the user starts typing and the cmbBox
automatically fills the *closest* match.

I noticed that if i start typing and then try to scroll i have already
jumped to that point but i want the box to be automatically filled. Can this
be done in VS 2003?

Thanx in advance!

-steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

combobox Display member 4
Autocomplete ComboBox with DataSource 1
Autofill macro question 5
Autofill row with a column entry 3
Autofil macro 11
Array of comboboxes 1
Autofill 3
autofilling a cell as the user types 1

Back
Top