Hi,
Does anyone know how to unlock a form from the upper left-hand corner of the Design Window when in Design Mode?
I want to be able to move the form to a position on my screen where it will be when I run the project.
Thanks for any help.
Steve
Printable View
Hi,
Does anyone know how to unlock a form from the upper left-hand corner of the Design Window when in Design Mode?
I want to be able to move the form to a position on my screen where it will be when I run the project.
Thanks for any help.
Steve
you cant UNLOCK it that way, and you dont need to do so anyways:D
take a look at the startPposition property of the form... if you set it to manual, then you can change the location property to whatever you want and your form will start at that location
Thanks for the info!