CreateWindowEx_() DestroyWindow_()
Posted: Tue Mar 29, 2005 1:30 am
If I use hGadget = CreateWindowEx_() to create my own gadget/control/window, do I need to use DestroyWindow_(hGadget) at program end/quit?
http://www.purebasic.com
https://www.purebasic.fr/english/
msdn wrote:DestroyWindow Function
If the specified window is a parent or owner window, DestroyWindow automatically destroys the associated child or owned windows when it destroys the parent or owner window. The function first destroys child or owned windows, and then it destroys the parent or owner window.