07-09-2008 01:47 AM
07-09-2008 05:04 AM
Hi jeyanthi,
here is an example how you can drag and drop from a ListBox in LabView to your Desktop. It works without additional c files, only with the windows API. It´s only a short example.
Hope it helps.
Mike
07-10-2008 03:39 AM - edited 07-10-2008 03:46 AM
Nice work!
@MikeS81 wrote:
Hi jeyanthi,
here is an example how you can drag and drop from a ListBox in LabView to your Desktop. It works without additional c files, only with the windows API. It´s only a short example.
Hope it helps.
Mike
07-10-2008 03:45 AM - edited 07-10-2008 03:46 AM
07-10-2008 03:47 AM
Hi rolf,
yes you are right, there is definitely a better way to do it. This should only show that it is possible.
Mike
07-10-2008 03:58 AM
07-11-2008 04:10 AM
Hi jeyanthi,
here it is for LV80. You have to clean the errors, because there are some differences between LabView 8.5 and 8.0 in calling a dll.
Mike
07-13-2008 08:17 PM
07-13-2008 11:43 PM
07-14-2008 01:40 AM
Excellent work, Mike!
MikeS81 wrote:
Hi jeyanthi,
here is an example how you can drag and drop from a ListBox in LabView to your Desktop. It works without additional c files, only with the windows API. It´s only a short example.