المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : how to find out what time a control is created and VISIBLE?



C++ Programming
04-06-2009, 08:40 PM
as you know, when a control (e.g a rich edit control) is created, its parent recieves a WM_CREATE. but at that time, the control is not visible yet. is there a way (e.g a special message) to fine out when a child window is create and visible?

Thank you masters!