You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: