LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I embed an explorer type filesystem view as a window within my application so that I can drag and drop files to and from another field?

If there are any eamples using like this could you point me to them?
0 Kudos
Message 1 of 3
(3,033 Views)
Hello, you can use a treeview ActiveX control and Browser Helper Objects ActiveX control, both from Microsoft. Please refer to msdn.microsoft.com for more information on ActiveX controls available from Microsoft.
0 Kudos
Message 2 of 3
(3,033 Views)
CVI 7.0 has a custom filebrowser control. In the UI editor Create menu>>Custom Controls>>Toolslib Controls select the File Browser control and put the UI editor in operate mode, and you have an explorer type file system control on your panel.
0 Kudos
Message 3 of 3
(3,033 Views)