11-10-2009 02:56 PM
I'm using the .Net File Open Dialog so I can have multiple filter patterns in my dialog. When I run the VI, it hangs at the ShowDialog() call. I can see this when I highlight execution. I've minimized everything, and the Open File Dialog is not being displayed anywhere.
If I try to Abort execution, nothing happens. If I close the VI, Labview hangs displaying the "Resetting VI: ..." dialog.
I'm running Vista Professional, Labview 2009, and using the System.Windows.Forms(2.0.0.0) .Net Constructor
Thanks for your help,
Kirk
Solved! Go to Solution.
11-10-2009 05:41 PM
11-12-2009 02:38 PM
That was the problem. Thanks!
Kirk