Visual Studio - 用于 Winform 设计的网格标尺

发布于 2024-07-24 07:18:05 字数 163 浏览 4 评论 0原文

是否有 Visual Studio 的标尺插件可用,我可以用它来根据分辨率测量我的 winform。 我正在一台具有非常精细分辨率的机器上进行开发,但是我的最终用户有多种分辨率,导致我的应用程序无法在某些机器上正确显示。 这是为了winform开发。

你们在开发中如何处理屏幕分辨率?

Is there a ruler addin for Visual Studio available which I can use to measure my winforms based on resolution. I am developing on a machine which has very fine resolution, however my end users have several resolutions, causing my app to not display correctly on some machines. This is for winform development.

How do you guys handle screen resolutions in your development?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情归归情 2024-07-31 07:18:05

您能否详细说明一下这一说法?

“但是我的最终用户有多种分辨率,导致我的应用程序无法在某些机器上正确显示。”

每次我构建 WinForms 应用程序时,只要我不构建大于我支持的最小屏幕的窗口,它就可以在其他分辨率下运行。 您指的是 DPI 问题吗?

Can you elaborate more on this statement?

"however my end users have several resolutions, causing my app to not display correctly on some machines."

Every time I've built a WinForms app, it works on other resolutions so long as I don't build windows to be larger than the smallest screen I support. Are you referring to DPI issues?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文