Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

control position of visual studio's debug window

Brian_Murphy
New Contributor II
792 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 III
792 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