Click to See Complete Forum and Search --> : dir list


dafabe
July 13th, 2001, 08:21 AM
I need to a program that takes a string (in the form of a path i.e. "c:\*.*") from a text box and lists the files/folder in that directory in a list box, it is important that is is a list box and that the user therefore has no ability to interact with the files (i.e. delete or rename them.

can anyone help me on this?

thanx in advance

-DAVE

Iouri
July 13th, 2001, 08:31 AM
Can you use Dir, Drive and File controls?

Iouri Boutchkine
iouri@hotsheet.com

dafabe
July 17th, 2001, 03:53 AM
yes, that is not a problem.

basicly as long as it can be put into a list box then into a varaible that cal be passed to an ip address using winsock.senddata/winsock.getdata

cheers



-DAVE