Hi I am a new member to this forum, so please forgive/correct me if I am posting incorrectly. Can anyone help me with a way to move an object on the form (when compiling) by using the mouse? More specifically - I want to find a way to pick up a picture box via left-mouse click and drag it to any position on the form. Once I release left-mouse, the picture box will remain in that position. Any ideas? I would like to either get the picture to move from point A to B in either of these manners: 1. Pick up and drag picture box 2. Click picture box, then click on form location (unused form space, not on top of another object) Thank you for any suggestions
Just change the control position by picking it up in LButton Down event and as the mouse is moved change in accordingly and LButton up place it where the mouse was released.