Move form around the screen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, everyone!

Just a quick question: how can I move a form's window programmatically?
What I need, is to align a 10x10 form to a certain XY position of another form, which size is 15x15.
The .WindowLeft and .WindowTop properties are read-only, so is there any (other) way to do that?

Appreciate your help.

Thanks in advance,
Eugene.
 
Hi Eugene

You could start by reading Chapter 8 in the Access 2000
Developers Handbook VOl 1 by Getz, Litwin, Gilbert. This
book and Vol 2 are excellent reference works.

Hope This Helps
-----Original Message-----
Hi, everyone!

Just a quick question: how can I move a form's window programmatically?
What I need, is to align a 10x10 form to a certain XY
position of another form, which size is 15x15.
The .WindowLeft and .WindowTop properties are read-only,
so is there any (other) way to do that?
 
Back
Top