Page 1 of 1

Close the debug window automatically

Posted: Tue Dec 05, 2006 7:44 pm
by The Mexican
How can I close the Debug window programatically??
Is there such a command for it?
like CloseDebug()

Thank You

Posted: Tue Dec 05, 2006 7:54 pm
by netmaestro

Code: Select all

Delay(200):SendMessage_(FindWindow_(0,"Debug Output - "),#WM_CLOSE,0,0)