09-24-2009 05:59 AM
09-24-2009 10:16 AM
You should note that all these examples do not work properly if the default action for File Folder in the File Types list is set to explore, and not open.
On my system, everytime I click on an icon in your window, it opens a new window outside of LabVIEW. So, It does not work like the standard Windows dialog box.
09-24-2009 06:52 PM
I'm not sure if this is what someone originally wanted but... I did come up with an elegant way to open explorer to browse files.
Use 'system exec.vi' with a string tied to the command line input with "explorer c:"
It works just like using the "run" command from the start menu....