Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Ox
  • Order by date
  1. Ox

    Do you know how to get all the names in a directory?

    Hi!<br><br>Try to use the following Win32 API:<br><br>HANDLE FindFirstFile(<br>&nbsp;&nbsp;LPCTSTR lpFileName,<br>&nbsp;&nbsp;LPWIN32_FIND_DATA lpFindFileData );<br><br>BOOL FindNextFile(<br>&nbsp;&nbsp;HANDLE hFindFile,<br>&nbsp;&nbsp;LPWIN32_FIND_DATA lpFindFileData );<br><br>BOOL...

Part and Inventory Search

Back
Top