ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
03-20-2006 10:09 AM
03-20-2006 10:22 AM
LabVIEW, C'est LabVIEW
03-20-2006 01:22 PM
03-21-2006 10:38 AM
Hi ceties,
There is no way to get the native Windows File Dialog to display only files with no extension. This is a limitation of the file dialog mechanism in Windows, not in LabVIEW. The only way to accomplish what you want is to use the non-native file dialog...to do this, you can go to Tools > Options > Environment and deselect "Use native file dialogs". Of course, the disadvantage of using the non-native file dialog is that your file dialogs will look nothing like the standard Windows file dialogs when you do this.
-D
03-21-2006 12:38 PM
03-21-2006 01:29 PM
03-21-2006 02:14 PM
It's my understanding that the actual API by which you call the Windows file dialog does not allow the setting of a pattern to only list files with no extension...or maybe it allows it, but it doesn't work.
-D
03-21-2006 02:56 PM
03-21-2006 04:51 PM