Consulting

Results 1 to 6 of 6

Thread: Screen Resolution Problem

  1. #1
    VBAX Tutor GaryB's Avatar
    Joined
    Jun 2004
    Location
    Stockton, California
    Posts
    270
    Location

    Smile Screen Resolution Problem

    Hi,

    Anyone know of a fix for moving a database from one computer to another with someone using different screen resolutions, espcially loading one on to a laptop. I have a database we sold to a customer who loaded it on to his lap top and, yes, you guessed it! It filled the whole screen. Is there any way to control this? Thanks for any input in advance.

    Gary

  2. #2
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    Hi Gary,
    DRJ made this KB entry which might be adaptable to your use
    http://www.vbaexpress.com/kb/getarticle.php?kb_id=32
    MD

  3. #3
    VBAX Master TonyJollans's Avatar
    Joined
    May 2004
    Location
    Norfolk, England
    Posts
    2,291
    Location
    There's no magic trick to this, I'm afraid. You have to design your application with Forms which will display well on any system on which it might be used. This might involve having separate forms for each resolution, or adjusting or repositioning forms, again based on resolution. Each case is individual and you need to decide what you want and design and code accordingly. There just isn't a quick fix.

    As an extra note, it is possible to change the screen resolution on the fly but it really isn't user-friendly at all and, in my opinion, should never be done.
    Enjoy,
    Tony

    ---------------------------------------------------------------
    Give a man a fish and he'll eat for a day.
    Teach him how to fish and he'll sit in a boat and drink beer all day.

    I'm (slowly) building my own site: www.WordArticles.com

  4. #4
    VBAX Tutor GaryB's Avatar
    Joined
    Jun 2004
    Location
    Stockton, California
    Posts
    270
    Location
    Thanks for the input, but for example, I have a high screen resolutions 1280 x 1024 and that's the resolution I build at. One of the customers that bought this particular database loaded it on a laptop that doesn't have the ability to go to that high of a resolution. I think the max they have is 680 x ? I forgot what. So I am looking for a way for the program to resize for that lower resolution. If there is any way for this to happen.

    Thanks again

    gary

  5. #5
    VBAX Tutor GaryB's Avatar
    Joined
    Jun 2004
    Location
    Stockton, California
    Posts
    270
    Location
    Hi Tony,

    I kind of figured that was the answer. In this case I went in a shrunk every form so it can be useable on their laptop. Boy what a pain in the patoot!
    Thanks for the help

    Gary

  6. #6
    Administrator
    VP-Knowledge Base VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    You might use an adaption of the resolution checker to choose which version of a form gets displayed.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •