Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

SetConsoleWindowInfo

jimdempseyatthecove
Honored Contributor III
283 Views
This may be a MS VS 2010 issue or Parallel Studio 2011 XE issue.

I have a console window application and wish to create a small sub-window within the console window.
for this I use the Windows API SetConsoleWindowInfo with the appropriate values for my sub window.

What happens is I get a true return for the sub-window (visually checking the args indicate valid call).

The result being the Windows console window itself (w/title bar etc...) gets resized with scroll bars to the effective size of the virtual window within the console window specified.

The desired result is for the "stdout printable" area of the console window being restricted to the specified size and location within the full console window. IOW same as functionality as CRTL for DOS window(int left, int top, int right, int bottom); function.

I can use ReadConsoleOutput and WriteConsoleOutput.. but this is more work.

Jim Dempsey

0 Kudos
0 Replies
Reply