|
-
Jan 15th, 2002, 11:55 PM
#1
Thread Starter
Junior Member
Form size
Hello
Just enquiring is there anyway to change the size of the form based on the size and resolution of the monior.
eg form fits 17'inch monitor but on 14' not whole form is displayed
thanks
-
Jan 16th, 2002, 05:14 AM
#2
The monitor size is completely irrelevant, what matters is the resolution (see Control Panel - Display - Settings). To find the size available to you (in twips - the same units as form size) use screen.width and screen.height, how you re-position the controls on the form is entirely up to you.
-
Jan 16th, 2002, 06:18 AM
#3
Hyperactive Member
or you can use EnumDisplayDevices and EnumDisplaySettings
API calls
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|