decrypt Posted March 17, 2004 Posted March 17, 2004 Is there any way to control the position of the form on the screen and that when anyone tries to move it, they won't be able to? Quote
Cags Posted March 18, 2004 Posted March 18, 2004 Controlling the position of the form on the screen is simple, just set the Location property of the form (or the left and top properties). As for preventing the user moving the form you could set the FormBorderStyle to none, this would prevent them from moving it. If you still required the control box controls in the top corner you could make a custom implementation of them. Quote Anybody looking for a graduate programmer (Midlands, England)?
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.