Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 vb.net 制作屏幕保护程序。我希望无论屏幕大小如何,文本显示的标签始终居中。
有没有办法获得当前显示器的屏幕分辨率?
如果我能得到,那么我可以计算中间并在那里设置我的标签。
将标签拉伸到表单的整个宽度,并在标签参数内停靠/锚定到左侧和右侧。无论表单大小如何,这都会使您的标签居中。