Open files dialog box in ACAD

Open files dialog box in ACAD

Anonymous
Not applicable
383 Views
2 Replies
Message 1 of 3

Open files dialog box in ACAD

Anonymous
Not applicable
Hi you all!

I have a problem I think some of you have some kind of solution to!
I want to, the easiest way, open a Open file dialog box with the possibility
to choose multiple files and pass these files to VBA or VLISP.
I guess one could use comdlg32.dll.

Any suggestions would be much appreciated.

Mats Johansson
PQR Consult AB
[email protected]
0 Likes
384 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
On Thu, 15 Feb 2001 15:49:02 -0800, "Mats Johansson"
wrote:

»Hi you all!
»
»I have a problem I think some of you have some kind of solution to!
»I want to, the easiest way, open a Open file dialog box with the possibility
»to choose multiple files and pass these files to VBA or VLISP.
»I guess one could use comdlg32.dll.

Hi Mats,

Here's a good place to start:

Visual Basic Common Control API Routines
Using the GetOpenFileName Common Dialog API - Overview
<>

Followed by:

Visual Basic Common Control API Routines
Using the GetOpenFileName Common Dialog API
<>

--
Paul Marshall
[email protected]
0 Likes
Message 3 of 3

Anonymous
Not applicable
Have a look at CommonDialog.cls in the Downloads section of my web site. It
offers easy, API-driven access to the Open, Save and BrowseForFolder dialogs.

HTH

--
http://www.acadx.com
"You keep using that word. I do not think it means what you think it means."

"Mats Johansson" wrote in message
news:[email protected]...
> Hi you all!
>
> I have a problem I think some of you have some kind of solution to!
> I want to, the easiest way, open a Open file dialog box with the possibility
> to choose multiple files and pass these files to VBA or VLISP.
> I guess one could use comdlg32.dll.
>
> Any suggestions would be much appreciated.
>
> Mats Johansson
> PQR Consult AB
> [email protected]
>
0 Likes