im just a noob vb programmer and im now making a thesis project (library system) im just wondering if any1 know how to do that (see title) in visual basic coz im planning to put that in our text box for searching books or student info for easier searching. help me pls ^^
noobyy 0 Newbie Poster
Recommended Answers
Jump to PostHere is what you can do.
Put a textbox on a form. And then place a listview control below. Now write the search code on the keydown of the textbox to show the results in the listview control below.
Jump to PostI don't mean combobox. List view gives more control over how you want to represent the data. It is best suited when you need custom format for your data. Its can act as a auto-complete solution.
Jump to PostHi,
Check the attached example, I hope this is what you are looking for.
All 9 Replies
binoj_daniel 14 Practically a Master Poster
jireh 3 Posting Whiz
binoj_daniel 14 Practically a Master Poster
kb.net 0 Junior Poster
binoj_daniel 14 Practically a Master Poster
tenetchat 0 Newbie Poster
abelingaw 69 Posting Whiz in Training
jasonivon 0 Newbie Poster
anbarasan 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.