06-20-2007 02:20 PM
06-20-2007 02:34 PM - edited 06-20-2007 02:34 PM
I don't know of a straight forward method.
Check out this info from the Developer Zone: Multiple-file Select Dialog Box
DESCRIPTION: "This VI calls a Windows API dll which pops up a multiple-file select dialog box. The title input is a string and will appear at the top of the dialog box. The file type list is a two column string table containing file type pairs. Each pair consists of what string will be displayed in the file type drop-down box on the dialog box and a string of the file extension in the form "*.*". The VI returns a list box containing the absolute paths of all files selected as strings, as well as the number of files selected. "
Message Edited by JoeLabView on 06-20-2007 03:35 PM
06-20-2007 02:37 PM - edited 06-20-2007 02:37 PM
Message Edited by JoeLabView on 06-20-2007 03:39 PM
06-20-2007 02:58 PM