Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running console applications on other monitor

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 need to see console outputs on the other screen which doesn't have Visual Studio.

like image 217
uzay95 Avatar asked Feb 21 '12 15:02

uzay95


1 Answers

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"

like image 134
My Other Me Avatar answered Nov 03 '22 00:11

My Other Me