how do I get the forms to appear the same for multiple users with.

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

Guest

I have just createdd a database ans tried to test it on multiple screens and
the sizings were different. how do I correct this issue? Thanks for your time
and efforts
 
Make each user set their resolution to the same.

There are some very complex codes out there you could apply that would
adjust the size of the forms to match the monitor settings, but it would
probably be easier to just set the monitors the same, or build the form
based on the lowest resolution so it will work for everyone.
 
It really is a lot easier if you can avoid having to resize the form, but if
you want to give it a try one place for a third-part solution is here:
http://www.developershandbook.com/downloads.htm
Be aware that it is somewhat complex to implement, but in my experience it
works well. Design your form to the lowest screen resolution that will be
used for the application.
Another possibility (although one you will need to purchase) is at:
http://www.peterssoftware.com/ss.htm
 
Back
Top