2 Attachment(s)
[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??
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.
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.!!!!