Close the debug window automatically

Just starting out? Need help? Post your questions and find answers here.
The Mexican
User
User
Posts: 16
Joined: Sat Oct 07, 2006 5:47 pm
Location: Somewhere in Mexico

Close the debug window automatically

Post by The Mexican »

How can I close the Debug window programatically??
Is there such a command for it?
like CloseDebug()

Thank You
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

Code: Select all

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