MSDN says i can use this function
GetConsoleWindow()
but VC++ says its an undeclared identifier (i've already added windows.h)....maybe compatability problem? (xp pro here) :confused:
Printable View
MSDN says i can use this function
GetConsoleWindow()
but VC++ says its an undeclared identifier (i've already added windows.h)....maybe compatability problem? (xp pro here) :confused:
Haven't tried it, but look here... http://msdn.microsoft.com/library/de...dk_headers.asp
Could that be your problem?
Solved @ Galah