Resize forms to fit screen ..

M

m.cringle

Hi folks!

I have a database which is being shared with a number of other users.
The problem is that these users have different graphic cards and some
have different sized screens.

I even created a copy of the front-end for small screen users but even
using this does not suit others pc's!

Is there any way that I can somehow group all the fields, command
buttons, sub-forms etc and make them re-size to fit the particular
screen used? I also have an image as the background which may cause a
problem.

Any ideas?
 
T

TonyT

Hi,

You could programatically change the psoition of each control on each form,
say, giving 3 options, but the coding would be a bit of a nightmare. I just
make sure my users all use at least 1024x768 res and do all forms to fit that
size, the other option is to have a background always open form, and then
position the other forms to fit in the middle (far less coding than option 1).

TonyT..
 
M

m.cringle

Thanks Tony - I just re-designed the forms to suit a 1024x768; that
should do the trick
 
Top