12-13-2005 12:11 PM
12-14-2005 03:54 AM
I do multiple file select just in Labview
Select folder - use List Directory (using a pattern if your want to filter the file) to get an array of strings for file names - manipulate names (at this point I remove the file extension) - write to properties of a list box to be used as your dialog select - allow user to pick the files from list box - accept using a separate control, or a user event - build file paths from this selection - do what you need to do.
Lucy
12-14-2005 04:00 AM
Hi Franco,
Compiled File Dialog (Win API) but was unable to reproduce the problem you described (XP/LV7.1) ![]()
Definately a long-shot, but, it couldn't hurt to close the VI-reference opened in File Dialog (Win API).vi
cheers