Use the "Move" method eg;
Forms.frmCountries.Move Left:78, Top:0, Width:0, Length:0
or
Forms(0).Move Left:0, Top:0 (extreme left & top)
To give you some reference, I have a 17" screen, my form grid is in inches Y=30 X=30...
...for me to place the form to the extreme right & top .Move Left:15500, Top:0
|