I'm writing a utility and I need the user to select a directory to put a new file in. I want a pop-up box to come up when they click browse, but instead of the standard open dialog box I want a box ...
You know, that should work, but when I do combo.ListIndex = 0 (or any int) it says something like "Not using listindex proporly". And I know that there is a 0 element in the list. VB can really be a ...