How to create windows form to display properly in all monitors?
Posted
by madhu bn
on Stack Overflow
See other posts from Stack Overflow
or by madhu bn
Published on 2010-05-24T07:20:35Z
Indexed on
2010/05/24
7:31 UTC
Read the original article
Hit count: 282
I have created a windows form using (vs.net 2008 and vb.net as programming lanugage). Functionality part is working fine as expected.
My issues is that, when i run my application in different machines, the form display is not proper accross the monitory screen.
In some machines i noticed extra space on leftside of the container. In some other machine's it is vice versa. If you maximize or restore the form, the size varies.
I tried to check the window form design on different machines using visual studio 2008, there also the form design looks differently.
Please give me the solution to fix this issue.
Thanks in advance.
© Stack Overflow or respective owner