Does anyone know the code that will enable me to press a button and allow me to open up a dialog box to find any file on the computer, then when I open it, all the files associated with it will be put in a listbox?
Thanks,
Paul
Printable View
Does anyone know the code that will enable me to press a button and allow me to open up a dialog box to find any file on the computer, then when I open it, all the files associated with it will be put in a listbox?
Thanks,
Paul
Define files associated with?
If you mean that you want to select a database (Access) and
have the tables pop up, I've got one that I wrote some time ago.
I am using a software called ArcGis, where I can access a layer from it and use as a mapcontrol in my vb program. I want to be able to open up this layer, and the fields from its attribute table appear in a listbox.