且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使窗体响应?

更新时间:2023-02-05 17:59:07

你要找的是WinForms的自动缩放。 WinForms环境中的响应式UI将引导您在应用程序中使用多线程。



这些链接可以帮助您入门:



MSDN [ ^ ]



SO [ ^ ]



另外这个 [ ^ ]和这个 [ ^ ]关于CP本身可能非常有用你在。



[请接受/投票给你的答案或解决方案以鼓励参与]
What you are looking for is "Automatic Scaling for WinForms". Responsive UI in the context of WinForms will lead you to using multi-threading in your app.

These links should help you get started:

MSDN[^]

SO[^]

Also this[^] and this[^] on CP itself may be very useful considering the situation you are in.

[Please accept/up-vote answers or solutions that work for you to encourage participation]