Results 1 to 3 of 3

Thread: frame size

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2000
    Posts
    37
    I can I make my program's window size adjust to fit my users screen? When a user has their screen area size set too small, my app doesn't fit on their screen.

  2. #2
    Guest
    If the problem is that you have a lot of controls on your form and they can't fit in a small window, then you may want to use the Tab ActiveX control to arrange your controls in groups.
    That will save a lot of space on your form.
    I hope I understood your question correctly.

  3. #3
    Hyperactive Member
    Join Date
    Oct 2000
    Location
    Sydney Australia
    Posts
    476
    You could use API function to find out what size the user's screen is set to. You'd have to be pretty clever and dynamically set the sizes of things. A place where you can find out about the the appropriate API function is http://www.vbapi.com/ref/g/getsystemmetrics.html

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