Hi all. Is there a way to implement the GetOpenFileName in a form - without using a dialog?
Thanks.
FLL
Printable View
Hi all. Is there a way to implement the GetOpenFileName in a form - without using a dialog?
Thanks.
FLL
What is your aim? Just to open a user defined file?
Bruce.
I want the functionality of the GetOpenFileName dialog without the dialog. I would like to put it in a form. I'm using a wizard to add documents to a document management system and wanted to know if this was possible, and, if so, how to get this to work.
Thanks.
What about using the File System Object?Quote:
Originally posted by fllewis
I want the functionality of the GetOpenFileName dialog without the dialog
That is correct. I wanted to know if there was a way, using the API, to implement the same functionality as the GetOpenFileName API.