L
Lloyd Dupont
I have a new control I could drag.
when you clic on it, it capture the mouse and move itself OnMouseMove()
event.
however the refresh is unwillingly off when dragging.
I try to add
Parent.Invalidate();
Application.DoEvents();
in the mouse event handler, but I can't get any redraw, just when I release
the stylus does the control appear where it should be.
any idea ? (of how to redraw during the drag operation !) ?
when you clic on it, it capture the mouse and move itself OnMouseMove()
event.
however the refresh is unwillingly off when dragging.
I try to add
Parent.Invalidate();
Application.DoEvents();
in the mouse event handler, but I can't get any redraw, just when I release
the stylus does the control appear where it should be.
any idea ? (of how to redraw during the drag operation !) ?