I'm on 64-bit and I've found that the old MSComDlg.CommonDialog object can only be invoked under 32-bit. I can use the Word dialog but of course that requires installing Word, and creating the Word.Application object is slow.
What I'd like to know is how (or if) I can invoke a file-open/browse dialog with some open source object via VBScript. Clearly nearly every program does this, including open source (Firefox, FileZilla, etc.)
I guess the other thing would be a Windows API wrapper class. Anyway, does anyone have something like this? Thanks.
What I'd like to know is how (or if) I can invoke a file-open/browse dialog with some open source object via VBScript. Clearly nearly every program does this, including open source (Firefox, FileZilla, etc.)
I guess the other thing would be a Windows API wrapper class. Anyway, does anyone have something like this? Thanks.