943,027 Members | Top Members by Rank

Ad:
Feb 3rd, 2010
0

how to add search function in vb6

Expand Post »
I am trying to add search function in my visual basic 6 project
plz help me.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
tanvir0066 is offline Offline
4 posts
since Feb 2010
Feb 3rd, 2010
0
Re: how to add search function in vb6
One, this is not a code snippet!!!

Two, what do you want to search for? Aliens? Cats? Dogs? Stars? Mice? Roaches? Farmland?

No! It couldn't be any of that could it??? Must be a hard drive, internet, LAN, WAN, words, machines, users, domains, or perhaps a database?

Hmmm... now if only the OP (that's Original Poster) only provided this information....
Reputation Points: 156
Solved Threads: 296
Posting Virtuoso
vb5prgrmr is offline Offline
1,670 posts
since Mar 2009
Feb 3rd, 2010
0
Re: how to add search function in vb6
what u want to search? like: from database, from text file or other? plz details.
Reputation Points: 14
Solved Threads: 78
Practically a Posting Shark
abu taher is offline Offline
835 posts
since Jul 2008
Feb 3rd, 2010
0

Swamp search runs as a background job.

It wouldn't be difficult to do with Spectate Swamp Desktop Search SSDS. I do it all the time. When I want to display some random large font delayed print questions. The only change that would be required would be to modify the search string element for that background job. Be it photo display, Video play or song etc. The control.txt file lines 46, 47 and 48 control the background searches.

Running as a background job is an extremely useful feature of this desktop search engine.
Reputation Points: 10
Solved Threads: 0
Light Poster
SpectateSwamp is offline Offline
41 posts
since Jan 2006
Feb 4th, 2010
0
Re: how to add search function in vb6
i have a datadrid view and i add a textbox for search text from access (database)through ado. if i enter any character into text box like a, b, c .. the information will come into datagrid view like name, address etc. plz give me code.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
tanvir0066 is offline Offline
4 posts
since Feb 2010
Feb 4th, 2010
0

plz help me

i have a datadrid view and i add a textbox for search text from access (database)through ado. if i enter any character into text box like a, b, c .. the information will come into datagrid view like name, address etc. plz give me code.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
tanvir0066 is offline Offline
4 posts
since Feb 2010
Feb 5th, 2010
0
Re: how to add search function in vb6
I think u can use it
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
  1. Set rs = Adodc1.Recordset
  2.  
  3. With rs
  4. .Close
  5. .Source = "select * from Table where TITLE like '%" & Text1.Text & "%'"
  6. .Open
  7.  
  8. End With
  9. DataGrid1.ReBind
Reputation Points: 14
Solved Threads: 78
Practically a Posting Shark
abu taher is offline Offline
835 posts
since Jul 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: How can I generate user's to my database using visual basic 6.0?
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: for finding specific record





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC