LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Drive and Directory Navigator

Hi everybody,
i'd like to know, are there a drives and directories navigator like a
Explorer of Windows created by LabWindows? or is there a pop-up panel
for that?

Thank you very much for yours answers.
0 Kudos
Message 1 of 4
(3,231 Views)
There is not an integrated file tree control in CVI, but we do have several file dialog popup panels. Look in the User Interface library under Popup Panels->File/Directory Popups and you will see the functions.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 4
(3,231 Views)
Try FileSelectPopup()
or MultiFileSelectPopup()
functions.


"neolaxus" wrote in message
news:3d7792e2@newsgroups....
> Hi everybody,
> i'd like to know, are there a drives and directories navigator like a
> Explorer of Windows created by LabWindows? or is there a pop-up panel
> for that?
>
> Thank you very much for yours answers.
>
>
0 Kudos
Message 3 of 4
(3,231 Views)
Thank you very much for yours answers Chris Matthews and L.Baranyi

"Chris Matthews" escribió en el mensaje
news:506500000005000000369D0000-1027480788000@exchange.ni.com...
> There is not an integrated file tree control in CVI, but we do have
> several file dialog popup panels. Look in the User Interface library
> under Popup Panels->File/Directory Popups and you will see the
> functions.
>
> Best Regards,
>
> Chris Matthews
> National Instruments
0 Kudos
Message 4 of 4
(3,231 Views)