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.
我的控制台总是在我的渲染窗口(很大)后面弹出。
我希望能够让它留在我的屏幕底部。
是否有设置或覆盖默认控制台窗口位置的功能?
您可以使用GetConsoleWindow检索外部窗口句柄。
使用此句柄只需使用 MoveWindow/SetWindowPos