Hello,
Is there a way to subclass the console window? SetWindowLong,
using the handle returned from GetConsoleWindow, returns
an "Invalid index" code. I'd like to prevent a user from
pressing Alt+Enter to go into fullscreen mode and I though
subclassing and overriding WM_SYSKEYDOWN might do the trick.
Thanks,
Steve
Replies