Discussion:
Visual Basic module
(too old to reply)
niraj
2007-11-05 13:06:00 UTC
Permalink
sir..i want to conduct a search of some keyword entered by user on all the
files in system or specific directory and list those file names which
constists of this keyword inside it ...basically i mean to do with the
parsing of files and in case it contains that word then add as output .how
can i do that ..anyone can help me..in VISUAL BASIC programming ..plz help
Andrew A. Heinlein
2007-11-30 07:34:37 UTC
Permalink
http://msdn2.microsoft.com/en-us/library/aa364418.aspx

if you are using VB6, google:
FindFirstFile(), FindNextFile(), etc...
and you will find some VB6 examples.

If it's VB.NET, i am sure there are some built in .NET things to do this..

-andy.
Post by niraj
sir..i want to conduct a search of some keyword entered by user on all the
files in system or specific directory and list those file names which
constists of this keyword inside it ...basically i mean to do with the
parsing of files and in case it contains that word then add as output .how
can i do that ..anyone can help me..in VISUAL BASIC programming ..plz help
Loading...