From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
06-25-2008 04:59 AM
06-25-2008 05:05 AM
06-25-2008 05:58 AM
07-02-2008 11:33 PM
07-03-2008 12:24 AM
Hi Jeyanthi,
AFA LV is concerned, the list of all text files in a folder is just a list of names/strings in the LV program. They are not actual files to LV, so that you can drag & drop to some other location.
So, it is not possible.
07-03-2008 01:41 AM
07-03-2008 01:50 AM
Hi jeyanthi,
how do you want to do it? Do you want to select maybe an entry of a listbox and drag it to the desktop, which means that you want to copy the selected entry (which represents a file) to the desktop? I think therefore you have to get the event that you drop on the desktop, maybe there are some API functions which you can use. If you have the drop target you have to program the functionality to copy the file from the start path to the selected path.
Hope it helps.
Mike
07-08-2008 11:45 PM
hi Mike, i just want to do like tht can i get an example plz.
i want to select an entry of a listbox let say i have this two thing in my listbox which it gets from the c://Documents folder
abc.txt
cdf.txt
thn i choose abc.txt and drag it to the desktop.is it possible?
can i get some example plz.
07-09-2008 12:37 AM
07-09-2008 01:31 AM - edited 07-09-2008 01:35 AM
@jeyanthi wrote:
hi Mike, i just want to do like tht can i get an example plz.
i want to select an entry of a listbox let say i have this two thing in my listbox which it gets from the c://Documents folder
abc.txt
cdf.txt
thn i choose abc.txt and drag it to the desktop.is it possible?
can i get some example plz.