hello,
I can set a drop target with SetDropTarget, that works as expected.
But how to stop the drop possibility (and it's cursor behaviour ?
thanks,
Stef
hello,
I can set a drop target with SetDropTarget, that works as expected.
But how to stop the drop possibility (and it's cursor behaviour ?
thanks,
Stef
Have you tried calling SetDropTarget(None)? I haven't checked but I would think that should work.
On 5/6/12 1:42 PM, Stef Mientki wrote:
hello,
I can set a drop target with SetDropTarget, that works as expected.
But how to stop the drop possibility (and it's cursor behaviour ?
--
Robin Dunn
Software Craftsman
thanks Robin,
that works.
cheers,
Stef
On 08-05-2012 18:11, Robin Dunn wrote:
On 5/6/12 1:42 PM, Stef Mientki wrote:
hello,
I can set a drop target with SetDropTarget, that works as expected.
But how to stop the drop possibility (and it's cursor behaviour ?
Have you tried calling SetDropTarget(None)? I haven't checked but I would think that should work.