views:

17

answers:

0

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.