Resize forms to fit screen ..

  • Thread starter Thread starter m.cringle
  • Start date Start date
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?
 
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..
 
Thanks Tony - I just re-designed the forms to suit a 1024x768; that
should do the trick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top