controlling where a form opens up

  • Thread starter Thread starter tsison7
  • Start date Start date
T

tsison7

Is there a way to set where a form opens up. I have an Exit Program button
set as popup which a user can use from anywhere in the program to quit. But
I would like it to open up after the user logs in and be place in the upper
right hand corner.
 
Is there a way to set where a form opens up. I have an Exit Program button
set as popup which a user can use from anywhere in the program to quit. But
I would like it to open up after the user logs in and be place in the upper
right hand corner.

Look up the MoveSize method in VBA help.
Note: All measurements are in Twips, 1440 per inch.
 

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

Back
Top