Hi all,
I have a doubt regarding validity of a window. I created one window by using GUI_CreateDialogBox() and deleted using GUI_EndDialog(). according to my understanding once a dialog box is deleted the handle of that dialog box becomes invalid. after that is there any chance that it can become valid without creating it.
I am facing some strange behavior that when i call GUI_EndDialog() and after that GUI_Exec() then if i check validity it is telling invalid but after some operation it is coming as a valid window. when it can happen? for valid check i am calling WM_IsWindow().
Another doubt is that when we call GUI_EndDialog(). it will only free the memory and visually it will not go?am i correct?.
Please clarify my doubts.
Thank you
.
I have a doubt regarding validity of a window. I created one window by using GUI_CreateDialogBox() and deleted using GUI_EndDialog(). according to my understanding once a dialog box is deleted the handle of that dialog box becomes invalid. after that is there any chance that it can become valid without creating it.
I am facing some strange behavior that when i call GUI_EndDialog() and after that GUI_Exec() then if i check validity it is telling invalid but after some operation it is coming as a valid window. when it can happen? for valid check i am calling WM_IsWindow().
Another doubt is that when we call GUI_EndDialog(). it will only free the memory and visually it will not go?am i correct?.
Please clarify my doubts.
Thank you
