What is the API function to create a list box containing the drives on the computer? Also checkboxes. Thanks
Printable View
What is the API function to create a list box containing the drives on the computer? Also checkboxes. Thanks
I think the DirListBox has to be created by manually finding the directories located in the folder/drive you want, and adding those to a normal list box...