Code: Select all
hCalendar = CreateWindowEx_(#Null,"SysMonthCal32","DateTime",#WS_CHILD|#WS_VISIBLE|#WS_BORDER,5,50,0,0,WindowID(),0,GetModuleHandle_(0),0)
should i use DeleteObject_( hCalendar )
or DestroyWindow_( hCalendar )
or another api call...
or because my own window is the parent, CloseWindow() does the job itself ?

