Results 1 to 3 of 3

Thread: [RESOLVED] Problem in Form Screen Resolution While using monitor size like 21 inch and 15 inch.

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2010
    Posts
    66

    Resolved [RESOLVED] Problem in Form Screen Resolution While using monitor size like 21 inch and 15 inch.

    Hi all,

    I have to know how to set system resolution of all tools in forms, which i using for my application.

    I attached two screen shots.

    When i work my application with my system, form window and their tools placed correctly with my monitor fit(15 inch monitor).

    But when i work my application in 21 inch monitor, all tools re arranged and

    not in format.

    Please post me the code to set resolution as per system??
    Attached Images Attached Images   

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Problem in Form Screen Resolution While using monitor size like 21 inch and 15 i

    There is no code. All you need to do is configure the Dock and/or Anchor properties of each control correctly so that each edge behaves appropriately in relation to the corresponding edge of it's container. For complex layouts, you may need to use one or more TableLayoutPanel or FlowLayoutPanel controls.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2010
    Posts
    66

    Resolved Re: Problem in Form Screen Resolution While using monitor size like 21 inch and 15 i

    Thank you very much jmcilhinney!!!

    Its works correctly now As you said.!!!!

Tags for this Thread

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