Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28446 Discussions

control position of visual studio's debug window

Brian_Murphy
New Contributor II
365 Views

This post is for anyone searching for a way to specify the position of the debug console window in visual studio.  On a two monitor system with VS in monitor 1, I like to have the console window open in monitor 2.  This stackoverflow thread explains how to do it.  Basically, position the console window where you want it, and from the console window's titlebar get into the Properties dialog and uncheck "Let system position window".  It works for me on windows 7.

0 Kudos
1 Reply
andrew_4619
Honored Contributor II
365 Views

I have application  with A "Windows" window and a console for user information. You can use SetWindowPos API for the position and size of each.  

0 Kudos
Reply