Aaron.
I got your code for drag and drop from 2 list boxes to one another .
It works great.
Thanks.
I have a Problem:
I added the following code to one of list boxe's dragdarop proc:
MyFunc(mylst.lisindex-1)
(MyFunc does not do anthing related to the lists,just recieves the list's listindex)
for some reasone the drag icon does not turn back into an ordinary mouse pointer when I drop somthig into the list!!!???!!!
This does not happen consistantly!
When I breakpoint at the function call (MyFunc) then the pointer returns to normal when I continue the program-always.
Is there a possible explenation for this problem??
