Solved
Forum Discussion
karkadil
13 years agoValued Contributor
As I can see, this is not console application, it is a GUI application (probably MFC, but I can mistake).
You need to find out what kind of application you are using, compile it with Debug info enabled (if necessary) and then work with it as with any other GUI application, addressing properties of the control which looks like console.
You need to find out what kind of application you are using, compile it with Debug info enabled (if necessary) and then work with it as with any other GUI application, addressing properties of the control which looks like console.