made forms non moveable & non resizeable

P

paul

Hi,
For my Access 2000 application, in the Form's "On Load"
event, I put DoCmd.MoveSize 900, 2000, 11000, 8500.
So the form always come out the same size and same
location. How can I prevent users to move or change the
size of the forms?
Thanks a lot.
 
R

Rick Brandt

paul said:
Hi,
For my Access 2000 application, in the Form's "On Load"
event, I put DoCmd.MoveSize 900, 2000, 11000, 8500.
So the form always come out the same size and same
location. How can I prevent users to move or change the
size of the forms?
Thanks a lot.

If you make the BorderStyle = to "None" then they will not be able to
change the size or position.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top