Form current location

aronmatthew

Well-known member
Joined
Aug 5, 2019
Messages
83
Programming Experience
Beginner
I just noticed that it seems that the Form Location property only references the initial start location of a form rather than the current location. How to set a forms location to the position of other form after other form has been moved from its initial location. This may seem like a stupid question but it would be nice to have such control on form location.
 
I just noticed that it seems that the Form Location property only references the initial start location of a form rather than the current location. How to set a forms location to the position of other form after other form has been moved from its initial location. This may seem like a stupid question but it would be nice to have such control on form location.

:mad::ROFLMAO: it seems in this pile of forms that I forgot this line in more than one place...
StartPosition = FormStartPosition.Manual;
 

Latest posts

Back
Top Bottom