Tuesday 1 July 2008

Searching

Program Searching......====================================================================================Komponen: 4 text box, 4 label, 1 list:Source Code: Private Declare Function FindFirstFile Lib "kernel32" Alias "FindFirstFileA" (ByVal lpFileName As String, lpFindFileData As WIN32_FIND_DATA) As Long Private Declare Function FindNextFile Lib "kernel32" Alias "FindNextFileA" (ByVal hFindFile

No comments:
Write comments