LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with .NET FolderBrowserDialog

Hi,

I try to use the FolderBrowserDialog from the .NET Framework. While the OpenFileDialog works as it should, the FolderBrowserDialog does not show any content except the buttons OK and Cancel. It works if I use it in other languages like C#.
I created a constructor node and invoked the show method. That's all. I also tried to set the properties first (root dir, etc.) but didn't help.

Any suggestions?

Thanks in advance,
Alex.
0 Kudos
Message 1 of 3
(5,584 Views)
Try running your VI on the User Interface Thread.
[File >> VI Properties >> Execution; Preferred Execution System: user interface]
George Erwin-Grotsky
National Instruments
LabVIEW Research & Development
Message 2 of 3
(5,574 Views)
that worked.

thanks,
alex.
0 Kudos
Message 3 of 3
(5,569 Views)