Question:
How can I make the little folders yellow and the little drives gray in the File List Box? I have tried background color, this just makes the background of the actual list change color and I have used foreground color, which makes the lettering change color.
Answer:
The reason you have not been able to make them change color is because they cannot change color. Those two controls are left over from the early days of VB when they did not give you access to the common dialog. That is what most people use to open/specify files, since the dialog does everything for you. You might check ftp.cica.indiana.edu for other file list controls that do have color.