Hi everybody,
I have a TList control in Visual FoxPro application and I have code in the ItemActivate method of it. I want to also be able Drag and Drop but only when I first selected a certain nodes. My problem is that when I try to click on the node in the TList to start performing Drag and Drop, the ItemActivate method fires and I am unable to even start drag & drop.
I am wondering what should I do to be able to use Drag & Drop?
Thanks in advance