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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Ox

  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