Re: Excel Listing tool using VB
- From: "Karl E. Peterson" <karl@xxxxxxxx>
- Date: Thu, 14 Jun 2007 09:17:38 -0700
John Ortt <johnortt@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
The problem we then found was that the number of results between the
microsoft search and the excel file did not match. On investigation this
was found to be because the excel tool did not seem to be searching zip file
archives as the microsoft search was.
I have copied the code below incase anyone can see what we would need to
change in order to search zip files too.
That's not a simple fix. The strategy is to search for ZIP files, as well as MDBs,
then scan the found ZIPs. To do the latter, you'll need a 3rd party library...
http://www.google.com/search?q=vb+zip
I can't recommend any specific tool, as I've never had the need. (Maybe someone
else will?) In any case, expanding your search will require a fundamental re-think
of what you're doing.
--
..NET: It's About Trust!
http://vfred.mvps.org
.
- References:
- Excel Listing tool using VB
- From: John Ortt
- Excel Listing tool using VB
- Prev by Date: Re: Printer underline problem
- Next by Date: Re: FindFirstFile Possible Memory Leak
- Previous by thread: Excel Listing tool using VB
- Next by thread: Can't convert LinkedList(Of X) to LinkedList(Of Y) even tho X inherits Y
- Index(es):
Loading