Re: Please some help Drag'n'Drop almost works but Error stops programme ?
- Posted by DanM Jan 09, 2011
- 1138 views
Just a suggestion, may not be a good or sufficient one, but in your procedure "procedure additems", which apparently calls the erroring function in Win32Lib, just before you call the add LVitem, print out your variable "at", to see what it looks like when a working item is dragged, as opposed to when a NON-working item item is dragged. I say this because clearly the addLVitem function in Win32Lib doesn't like what you're passing it when you drag a shortcut.
Dan