I want to make "developer console" called in WinForm application by pressing hotkeys. The console is opened by calling AllocConsole, but the problem is that the text is displayed only in white color. Is there any way to solve this problem? I assume that I need to write something else in the code.
I want to make "developer console" called in WinForm application by pressing hotkeys. The console is opened by calling AllocConsole, but the problem is that the text is displayed only in white color. Is there any way to solve this problem? I assume that I need to write something else in the code.