-
not sure ifd that`s possible but ...
I`m wondering how to make a a custom Browse4Folder with a combo selection of filetype the user wants to search for (so when user is adding files to a listbox he knows and can select filetype .. )
I could do the combo box on the form I know that but it would be much nicer if it would be right on the Browse4Folder Control so (he doesn`t have to jump back and forth )
.. any ideas anybody?
thanks
-
From what I understand, the browse for folder dialog only has a drivelist and folderlist controls. Just create a form and place these controls on the form. You can get the path and everything from these controls.
-
folderlist?
how do I create a folderlist?
-
You need to add the component Microsoft Common Controls 1 (or maybe 2) to your project (right click on your component bar on the left, select componenets, put a checkmark by it). The controls will show up on your component bar on the left and you add it to a form.
-
never mind .. duh lol
never mind stupid question .. 4:30 AM here go figure