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.
我正在将用 C# 编写的 Windows 窗体应用程序迁移到 .net 3.5,看来将 Location 属性设置为 0,0 无法将其定位在左上角。它从顶部向下大约 10 个像素。
还有另一种方法吗?谢谢你。
您还必须将StartPosition设置为FormStartPosition.Manual。
FormStartPosition.Manual