03-21-2007 10:07 AM
03-21-2007 10:40 AM
03-21-2007 01:06 PM - edited 03-21-2007 01:06 PM
Message Edited by miguelc on 03-21-2007 01:22 PM
03-21-2007 06:10 PM
Aha! So I've learned a little since my last post... OPENFILENAME is a struct that you create and pass to the GetOpenFileName method to work with Open File dialog boxes. I happened across an example (of Wiebe's http://forums.ni.com/ni/board/message?board.id=170&message.id=75652&requireLogin=False) that implemented this in Labview, and didn't hide things in an unknown DLL like the Select Multiple Files example I found on the NI website. I modified Wiebe's example with the SetCurrentDirectory after each run of the Multi File Dialog VI, then each time it runs I use the GetCurrentDirectory to pass that as the default directory. Works great. Great example Wiebe. I think it should replace the one on the NI website.
Michael
03-22-2007 12:05 PM
Hi Miguel,
If you want to submit the example please do so here:
An example is worth a million words!!!!!