Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.scripting.vbscript > #12114
| From | "Mayayana" <mayayana@invalid.nospam> |
|---|---|
| Newsgroups | microsoft.public.scripting.vbscript |
| Subject | Re: Multiple file selector? |
| Date | 2019-04-30 17:21 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <qaaed9$33d$1@dont-email.me> (permalink) |
| References | <z5mexaxn6u8h.9wi3fn12yhel$.dlg@40tude.net> |
"JJ" <jj4public@vfemail.net> wrote | I'm in need of a file selector UI for selecting multiple files. Basically an | Open File dialog which is configured to allow multiple selections. | https://www.jsware.net/jsware/scrfiles.php5#classpk HTMLDlgHelper Doesn't exactly answer your question. I don't think it can open multiple. It doesn't have a flags parameter like the system comdlg. But it seems to be on all systems and aside from lacking flag options it's a standard system dialogue. See the Dialogs and Font Enum subfolder in the download. It's an ActiveX that sits on a webpage, but one of the samples shows a way to use it from a VBS.
Back to microsoft.public.scripting.vbscript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Multiple file selector? JJ <jj4public@vfemail.net> - 2019-05-01 03:41 +0700
Re: Multiple file selector? "Mayayana" <mayayana@invalid.nospam> - 2019-04-30 17:21 -0400
Re: Multiple file selector? JJ <jj4public@vfemail.net> - 2019-05-01 20:26 +0700
csiph-web