Hello all,
I have problems with file drag and drop on CVI2015/Win10.
First of all, it doesn't work ! I enable EnableDragAndDrop() but then I never receive EVENT_DROPPED in my panel callback. I also tried catching EVENT_DROP without success (what's the difference ?)
Also if I call EnableDragAndDrop right after loading the panel, and before doing various resize and property changes on the panel, I get a general protection fault during the resize !
Also the documentation is incorrect. It says "Refer to toolbox\msgdemo.cws for an example of using the GetDragAndDropData function." but this project is nowhere to be found.
And finally, with GetDragAndDropData(), how do you know the number of files on which to iterate ?