CWnd Object
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
How can you tell if a CWnd object is displayed or not. I can never figure this one out. If you initilise the object but not displayed as a window what function can I call to test it? ---
-
How can you tell if a CWnd object is displayed or not. I can never figure this one out. If you initilise the object but not displayed as a window what function can I call to test it? ---
BOOL CWnd::IsWindowVisible(); Maxwell Chen
-
BOOL CWnd::IsWindowVisible(); Maxwell Chen