I've created a Console application (without MFC),
how do I get the HWND of this console-window ?
Thanks,
Rick Blommers <[email protected]>
Printable View
I've created a Console application (without MFC),
how do I get the HWND of this console-window ?
Thanks,
Rick Blommers <[email protected]>
hello!
Try hwnd=FindWindow(NULL,"title"); , where title is the window title of the console!
it might work :)
Try GetStdHandle()
Ayesman Bhava