CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    Screen Resolution.

    How can I adjust the size of the form based on the screen resolution, suppose I reduce my screen resolution of the system then the form becomed huge and the main menu disppears I mean it moves out of the screen.
    How do I adjust the form according to the resolutions and in turn the controls are in the same place as designed.



  2. #2

    Re: Screen Resolution.

    The videosoft elastic control is good for this kind of thing. See http://www.videosoft.com.


  3. #3
    Join Date
    Sep 1999
    Posts
    4

    Re: Screen Resolution.

    Use low resolution while designing and it should work on higher resolution , But if u still engulf problems , fix the form size by specifying the dimensions

    For further problems in Visual Basics
    contact
    [email protected]
    [email protected]

    Sunsui Labs



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