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 0,0 ピクセルで開始するように、C++ cmd 画面の座標を設定する方法を知りたいです。
おそらくシステム( "")に何かあります。しかし、私は知りません
CreateProcessAPI を使用し、フィールドSTARTUPINFOに座標を含む構造体を渡します。dwXdwY
CreateProcess
STARTUPINFO
dwX
dwY
プロセスを作成してから SetWindowPos を使用することもできます