Q175214: DIRWALK.EXE: Directory Walking Control Sample

Article: Q175214
Product(s): Microsoft Visual Basic for Windows
Version(s): 5.0
Operating System(s): 
Keyword(s): kbfile kbsample kbVBp500 kbGrpDSVB
Last Modified: 11-JAN-2001

-------------------------------------------------------------------------------
The information in this article applies to:

- Microsoft Visual Basic Learning Edition for Windows, version 5.0 
- Microsoft Visual Basic Professional Edition for Windows, version 5.0 
- Microsoft Visual Basic Enterprise Edition for Windows, version 5.0 
-------------------------------------------------------------------------------


SUMMARY
=======

DirWalk is an OCX that can be used as either a control placed on a form or as a
stand-alone ActiveX server using the CreateObject method. The control is used to
walk a directory tree and executes the ItemFound event every time a file
matching the specified criteria is found. The control continues to walk the tree
until either the entire drive is searched or the fCancel parameter on the
ItemFound event is set to True.

MORE INFORMATION
================

The project for this control can be downloaded from the Visual Basic Owner's sit
at: http://premium.microsoft.com/download/vbasic/DirWalk.exe. Only registered
users of Visual Basic can access this site.

(c) Microsoft Corporation 1997, All Rights Reserved. Contributions by Arsenio
Locsin, Microsoft Corporation


Additional query words:

======================================================================
Keywords          : kbfile kbsample kbVBp500 kbGrpDSVB 
Technology        : kbVBSearch kbAudDeveloper kbZNotKeyword6 kbZNotKeyword2 kbVB500Search kbVBA500 kbVB500
Version           : :5.0
Issue type        : kbhowto

=============================================================================