How would I filter a drivelistbox so that it only shows CD-Rom Drives
Printable View
How would I filter a drivelistbox so that it only shows CD-Rom Drives
I think it would be easier to load all CD rom drives into a ListBox, and then deal with them as necessary. I'm not sure DriveListBox has that kind of flexibility.
Using an ImageComboBox with GetDriveType can almost produce an exact copy of a DriveListBox.