Microsoft KB Archive/175214

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


DIRWALK.EXE: Directory Walking Control Sample

Article ID: 175214

Article Last Modified on 11/18/2003



APPLIES TO

  • Microsoft Visual Basic 5.0 Learning Edition
  • Microsoft Visual Basic 5.0 Professional Edition
  • Microsoft Visual Basic 5.0 Enterprise Edition



This article was previously published under Q175214


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

Keywords: kbhowto kbfile kbsample KB175214