I built a Windows Forms App in vb 2010 using 1680x1050 resolution and when using 1024x768 on a different computer the form is cut off on right side.
Probably my mistake from the start. When I created my app, I stretched the form window to its widest area for all my controls and views. Now if I run my app on a different computer using a smaller resolution the form is cut off on the right side.
Is there a setting I overlooked, or should I have designed it differently?
I have extensive time and codeing in this app and am looking to simply, code it to fit the entire form into a smaller resolution monitor on a users computer.
OR is it possible to fix by copying and pasting my code into a new project while using my computer at a smaller resolution and fitting my form and controls into the vb viewing area?
Thanks in advance, Pete