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

need to learn how to create directory browser...

Status
Not open for further replies.

TeaAddictedGeek

Programmer
Apr 23, 1999
271
US
I know how to do it using Visual Basic, and it's so easy... I've been unable to find anything on it whatsoever in all the URLs I've searched. Can anyone help?
 
<br>
Use FindFirstFile() & FindNextFile() for Directory <br>
<br>
Regards <br>
Jogesh
 
What do you mean by Directory browser,<br>
can you tell me more clearly,<br>
and if I am understanding your problem<br>
try using<br>
SHBrowseForFolder() Api<br>
it's in the shell32.dll<br>
just check it out.<br>
<br>
All the Best.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top