Getting the Window Class name
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I have a parent hWnd. When I EnumChildWindows I can GetWindowText on each child to find the caption. But how do I get the Class Name of the children while inside the EnumChildWindows callback?
-
I have a parent hWnd. When I EnumChildWindows I can GetWindowText on each child to find the caption. But how do I get the Class Name of the children while inside the EnumChildWindows callback?