CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2000
    Posts
    19

    Resolution Changes shouldnt affect my application

    I have an application in vb containing several forms,frames,controls ,usercontrols and bitmaps
    If the user changes the resolution the entire display changes i want that the display doesnt change for any resolution
    Ps:I do not want to change the resolution of the client using APis

    Any suggestions welcome
    Thanks



  2. #2
    Guest

    Re: Resolution Changes shouldnt affect my application

    You will have to resize/move the controls to handle resolution changes.
    Personally I hate doing this so I use Apex's Olectra Resizer.
    Hope this helps


  3. #3
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Resolution Changes shouldnt affect my application

    If you design the forms in Twips, that scale is "relatively" immune to Resolution changes.
    That' how it is intended to be, atleast!.

    A lot of 3rd party auto resizing controls are available in the market.

    RK

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

Featured