Click to See Complete Forum and Search --> : Console-Hwnd


April 9th, 1999, 05:35 AM
I've created a Console application (without MFC),
how do I get the HWND of this console-window ?

Thanks,
Rick Blommers <rbl@agp.nl>

kenho
August 19th, 1999, 10:31 AM
hello!

Try hwnd=FindWindow(NULL,"title"); , where title is the window title of the console!

it might work :)

Kannan S
August 19th, 1999, 10:39 AM
Try GetStdHandle()

Ayesman Bhava