Forms on smaller screens

wrightyrx7

Registered User.
Local time
Today, 04:11
Joined
Sep 4, 2014
Messages
104
Hi all,

I have created a database which has been working perfect for all users. However now there is more people using it i have come acroos a problem with people who have notebooks laptops.

The problem is that the popup form is to big for their screen so they cannot use the bottom half which includes the close button.

For now i have made the form re-sizable and enabled the vertical scroll bar.

However is there a way to re-size the form dependent on screen size?

Thanks in advance
Chris
 
The screen size is not the problem...it's the screen resolution, as I suspect you'll discover in the link provided. The Form Resizer, by Jamie Czernik, et al, that this link suggests, is one I've used, successfully, for a number of years.

The one caveat, and it applies to all of these kind of hacks that I've seen, over the years, is that it works best when sizing up. In other words, you need to develop the app in the lowest screen resolution that you're app to run into.

Linq ;0)>
 

Users who are viewing this thread

Back
Top Bottom