Form position based on another forms position

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

Guest

I would like to have one form(frmb) open up in a certain position based on the position of another open form(frmA). I have seen this before but never need it until now

For exampl
frmb.move forma.top +

Any ideas would be appreciated.
 
I would like to have one form(frmb) open up in a certain position based on the
position of another open form(frmA). I have seen this before but never need it
until now.
For example
frmb.move forma.top + 1

Any ideas would be appreciated.

See the following MS Knowledge Base articles:

ACC2000: How to Get the Right and Down Measurements of a Form
http://support.microsoft.com/default.aspx?kbid=210141

ACC: How to Get Form's Right and Down Measurements (95/97)
http://support.microsoft.com/default.aspx?kbid=143162
 
Back
Top