Welcome to Dream.In.Code
Getting VB Help is Easy!

Join 109,297 VB Programmers for FREE! Ask your question and get quick answers from experts. There are 1,204 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



visual basic search

 
Reply to this topicStart new topic

visual basic search

edsy
post 3 Jul, 2008 - 01:14 AM
Post #1


New D.I.C Head

*
Joined: 3 Jul, 2008
Posts: 1

hi! i am just beginning to learn vb6. can you suggest sites or articles that will teach me to search for names from a database as user types a letter in, say, a textbox?
User is offlineProfile CardPM

Go to the top of the page


Ken Halter
post 11 Jul, 2008 - 09:06 PM
Post #2


New D.I.C Head

*
Joined: 18 Nov, 2007
Posts: 35



Thanked 4 times
My Contributions


Well... it'll probably take quite a bit of tweaking to make it look right, but, imo, you should start by loading the database items into a hidden listbox... or, forget the textbox and use a combo box that contains all items. Let the user type into the combo box instead.

Searching a database everytime the user presses a key will be slooowwww, at best.

If open to the 'hidden listbox' idea, here's code that'll quickly find text.

SendMessage: Quickly Find List Box Items using Full or Partial Matching
http://vbnet.mvps.org/code/listapi/findinglistitems.htm

Keep in mind that the list will need to be searched on every single keypress and will need special handling for backspace, etc... including code to support the users ability to select a block and hit delete... and copy/paste, etc... this can be quite a chore to make it look right.... since the combo box has most of what you need built in, you might want to switch.
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 9/6/08 09:43AM

Live VB Help!

VB Tutorials

Reference Sheets

VB Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month