Visual Studio and DPI issue

后端 未结 2 1867
梦如初夏
梦如初夏 2021-01-21 00:51

I am developing a Windows Forms application using VS2008 on Windows Vista. I tried to run my application on Windows XP the other day, and everything on GUI was messed up. I real

2条回答
  •  鱼传尺愫
    2021-01-21 01:05

    It has been a while since I worked on this issue, but try setting AutoSize = False. In addition, UseCompatibleTextRendering = True might help.

提交回复
热议问题