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.
我正在开发一个 Windows 窗体 (.Net 2.0) 应用程序。在启动 UI 应用程序时,它会在内部启动另一个 .exe。我希望我的 UI 应用程序位于顶部,但现在另一个应用程序显示在顶部。
在启动另一个应用程序时,如何让 UI 应用程序保持在(另一个可执行文件)之上?
您可以使用该BringToFront()方法。请看下面的链接
BringToFront()
C# 将 Windows 窗体置于最前面