A
AliKwok
Hi
I wonder if anyone can help me: I have a simulated 'roll-your-own' drag&drop
working OK with a Listbox as drag source and msflexgrid as drop target.
The only problem is that the listbox's selected row keeps changing as the
mouse is moved over the form, because of course the listbox retains the focus
as long as the mouse button is depressed ('drag' having been initiated by the
'mousedown' event). I've tried putting a '[lisbox].locked' statement in its
'MouseMove' event handler but it achieves nothing.
Any thoughts would be much appreciated.
Ali Kwok
I wonder if anyone can help me: I have a simulated 'roll-your-own' drag&drop
working OK with a Listbox as drag source and msflexgrid as drop target.
The only problem is that the listbox's selected row keeps changing as the
mouse is moved over the form, because of course the listbox retains the focus
as long as the mouse button is depressed ('drag' having been initiated by the
'mousedown' event). I've tried putting a '[lisbox].locked' statement in its
'MouseMove' event handler but it achieves nothing.
Any thoughts would be much appreciated.
Ali Kwok