Get the list of directories available in the PC
just wanted to know how to get the list of directories available on the PC in a combo box. and i also want to show the list of files and folder available in a particular directory. this has to be shown in a list box.
[216 byte] By [
Chandru080] at [2007-11-20 11:15:36]

# 1 Re: Get the list of directories available in the PC
Windows SDK File System: How to search for files in a directory and subdirectories? ( http://www.dev-archive.com/forum/showthread.php?t=312461)
Ejaz at 2007-11-10 22:26:00 >

# 3 Re: Get the list of directories available in the PC
List Box ( http://www.functionx.com/visualc/controls/listbox.htm)
CListBox::AddString ( http://msdn2.microsoft.com/en-us/library/2cekde96(VS.80).aspx)
Ejaz at 2007-11-10 22:28:09 >
