I can drag a file from my application and drop into windows explorer and and then drag from windows explorer into my app. That all works fine. And when I drag from one tabpage up to the top of the control, my program uses the tabcontrols dragover event to swap tabs....works fine also. ...Drag drop event fires...no problems
Say I have a list box with files on one tabpage, a list box with files from a different directory on another tabpage, I want to be able to drag the file over and drop it into the other listbox.
I have done lots of testing on the variables in the dragdrop handlers to see if they are recognizing the switch in controls and they are. But the dragdrop event will not fire.
Does anyone have any insight on this kind of problem. I can upload some code if you need but it is lengthy, I could trim it up a bit. Thanks in advance
