I created a Form, works fine. I ported to production. Some users have XP, some Win7. Some of the displays are set with different resolution. Some users couldn't see the entire form. If I changed to a higher resolution, then they could. But some users desire the lower resolution. The problem is that the scroll bar on the bottom of the Form has no effect. The right side of the form is clipped, when the scroll bar is slid to the right nothing happens. If I click at the rightmost position on the scroll bar, it doesn't slide. How do I fix this? How do I code my forms to work for every one? Do I have to design it with the lowest resolution that is used in the environment?
Thanks,
Steve