This is getting closer to what I want. I want to be able to select the file type from within the File Open dialog window instead of before the window opens.
Having to select the type first in one window, and then navigate to the correct file path and select the appropriate file will be awkward from a user perspective. What if they want to select a different file type while they are browsing the file directory in the File Dialog? They would have to cancel, select the new type from the pop-up menu, and then press the open button again.
Is there a way I can use the standard Windows File Dialog box without having to create my own window in LabVIEW? You get some additional useful features with the windows dialog (e.g. file size, type, modified date),
so I would prefer to use it.
Thanks for you help so far, but I am looking for something different.