Jump to content

Different Sizes

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
I write my programs on my resolution and then I test them on comptuers with other resolutions and DPI settings. When I move the application to a test computer with a lower resolution it becomes smaller than the buttons I have placed on the right-hand side. I can't figure out how to fix this either.

If I disable sizing it still appears smaller than the buttons.
If I disable AutoScaleMode it is larger than the entire screen.
I've set the MinimumSize but it is still smaller than the buttons (which is smaller than the minimumsize).

Other than moving my buttons, is there any way to fix this?

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Umm cant you make ur prog run in full screen mode ( I dont know about C# but it just might help? )

#3
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
I didn't want it in full-screen. I ended up having to move the buttons at the edge of my screen to the bottom so that it fit on smaller resoultions.

Still never figured out the answer to this question.

#4
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Hmm seems a little strange! that never happened to me while programming ( not in C# )