Running console applications on other monitor

后端 未结 1 1541
囚心锁ツ
囚心锁ツ 2021-02-05 06:09

I am using Visual Studio. I have a solution which contains 2 console application projects. When I pressed run they are appearing on the same screen with Visual Studio. But I nee

1条回答
  •  梦谈多话
    2021-02-05 06:11

    Start the solution, click in the top left corner of the console window, Choose Properties , go to the Layout tab, un-check "Let System position window", push ok. Move the window to the other screen where you want it to start up. Close the application gracefully.

    Sometimes if it doesn't work the first time I find going back to the layout tab after putting it where you want and then just adjusting the pixel values for the co-ordinates up and down by 1 pixel once makes it "take"

    0 讨论(0)
提交回复
热议问题