Click to See Complete Forum and Search --> : ENUM Windows WCE


Schardl Robert
May 3rd, 1999, 10:11 AM
Hy!

I want to enumerate all active windows with EnumWindows() and all ChildWindows of the windows found.
On NT i can say
################################################
EnumWindows(&windowProc,0)

BOOL CALLBACK windowProc(HWND hwndParent,LPARAM lParam)
{
EnumChildWindows(hwndParent,&childwindowProc,lParam)
}
################################################

But on WindowsCE, there is no function to enumerate the ChildWindows of a window (EnumChildWindows).

Can anybody help me?
I want to enumerate all ChildWindows of a window found with EnumWindows!?

Thanks
Robert Schardl
robert.schardl@soft-support.at