Show the Windows 'Find Files' dialog  

Send By: Q3 Team
Web : www.q3.nu
Email: dlib@q3.nu
Date: 07/01/00

Tip accessed 60 times

 


You must include 'shellapi' in the uses clausule of your form, alr execute this call:


                           ShellExecute(
                              handle,
                              Pchar('find'),
                              Pchar('c:\windows'),       { The directory to start searching in }
                              '',
                              '',
                              SW_SHOW
                             );