by Alper ESKIKILI� (5 Submissions)
Category: Complete Applications
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(4 Votes)

This code is very very very fast file search system.You can make search only in seconds.It likes win98 search system but it works in Winxp and all windows versions.
You can find your files only 8 seconds!Yes only 8 seconds.You can search a lot of thing.
This code have list controls.When it finds something, it list all of them.
Inputs
Private Declare Function PathFileExists Lib "shlwapi.dll" Alias "PathFileExistsA" (ByVal pszPath As String) As Long
Dim Alper As Boolean
Assumes
Using apis
API DeclarationsPrivate Declare Function PathFileExists Lib "shlwapi.dll" Alias "PathFileExistsA" (ByVal pszPath As String) As Long