ScreenBuffer

From: ble (nienamaila_at_go2.pl)
Date: 03/26/04


Date: Fri, 26 Mar 2004 16:49:23 +0100

How to use console application's ScreenBuffer with function
ReadConsoleOutputCharacter() after running it with CreateProcess() ? I
would like to get all chars on, for example, edit.com application run from
my program. I succeded in obtaining standard output with ReadFile()
function but that does not solve my problem with reading the whole screen.
This solution simply does not work with applications like edit.com. Please
help.