LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Use "File Dialog" in a DLL

Hi,

is there anything wrong in the example I send? I use app.vi to call a DLL function (implemented in dll.vi) which uses "File Dialog". The application hangs like if it would be waiting for file dialog but the dialog does not pop-up. Any Ideas?

Thanks,

David
0 Kudos
Message 1 of 2
(2,272 Views)
Hello,

I'm not sure on what the issue is, but maybe these forum threads may solve your needs:

http://forums.ni.com/ni/board/message?board.id=170&message.id=67378&requireLogin=False

http://forums.ni.com/ni/board/message?board.id=170&message.id=13178&requireLogin=False

Another idea would be to simply not use the file popup but a path control, tree control, etc...(or finally use a Win32 API function call for this, but you would need to use another programming language to create the DLL).

Regards,

Jorge M.
0 Kudos
Message 2 of 2
(2,244 Views)