Is it possible to do a mouse move over one object and transfer this to the MouseMove event of another control?
Let's say I have two controls. Control2 is movable if you mouse down then mouse move. Control1 is not movable. I want to mouse down on Control1 and then move the mouse. When the mouse is moved I want control passed to Control2 and have Control2 move with the mouse. Any possibilities or a way to achieve this?
Let's say I have two controls. Control2 is movable if you mouse down then mouse move. Control1 is not movable. I want to mouse down on Control1 and then move the mouse. When the mouse is moved I want control passed to Control2 and have Control2 move with the mouse. Any possibilities or a way to achieve this?