Cant see how to move or resize an image box at run time with the mouse.
I was hoping to be able to do it just the way you can when editing a form.
Mousemove(button,x,y) only gives the co-ordinates within the box so you can get the location on the form while the cursor is inside the box.
I tried a routine that detects when the cursor is near the inner edges but it jumps the box too much because the reference moves as you move the mouse.
I was hoping to be able to do it just the way you can when editing a form.
Mousemove(button,x,y) only gives the co-ordinates within the box so you can get the location on the form while the cursor is inside the box.
I tried a routine that detects when the cursor is near the inner edges but it jumps the box too much because the reference moves as you move the mouse.