Sizing Forms

Ron Wilson

Registered User.
Local time
Today, 15:56
Joined
Feb 12, 2008
Messages
11
Hi,

I'm hoping to find out how to size my forms automatically and have them the same size (without manually sizing the window). Any ideas?

Thanks in advance....
 
Figure out the inside width and inside height (in Twips - 1440 per inch) and then you can use, in the on open event:

Me.InsideWidth = xxxx
Me.InsideHeight = xxxx
 
Same Place?

Hi, thats great thanks. But is there any way of making sure the forms open in the same place on the screen (instead of opening in different parts of the screen)?
 
Use the Left and Top properties to set that.
 

Users who are viewing this thread

Back
Top Bottom