Problem with picture box on a C# form

  • Thread starter Thread starter Gilgamesh
  • Start date Start date
G

Gilgamesh

I have a few picture boxes on a C# form, with each one loading an image from
a different file. If I run the application on my computer, everything looks
good. If I run the app on any other computer, including the ones with the
screen resolution setup like mine, the images are cut off on the right side.

Does anybody know why this is happening?
 
Check whether you have set the value of the form's AutoSize property correct.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top