What changes the control and image's shape?

  • Thread starter Thread starter barbara_dave
  • Start date Start date
B

barbara_dave

Hi all,

I made a VB.net application program. This program works fine on my
computer no matter what kind resolutions (1024x768, 800x600, or
1280x1024). But when it was running on some customer's computer, the
control's size such as the the width of a button was 1/3 shorter then
the original. Also, the images in the control picture box just shown
part of the picture. Even changing the resolution of the customer's
computer, the program still only shows the part of picture.

Could someone tell me what can cause these problems?

Thanks a lot!
 
What is the computers dpi setting? Perhaps that is different. For
example one PC might be 96dpi and the other might be 120dpi.

Also check the Form's autoscale property. Try setting that to False
 
Back
Top