Results 1 to 3 of 3

Thread: Form size

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Posts
    31

    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

  2. #2
    Si_the_geek
    Guest
    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.

  3. #3
    Hyperactive Member abhid's Avatar
    Join Date
    Nov 2001
    Location
    3rd rock from the sun
    Posts
    467
    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
  •  



Click Here to Expand Forum to Full Width