> >>Hmmm, can't find that. Is FindWindowEx even supported on CE ? I didn't > >>think it was. > > FindWindow exists: > > http://msdn.microsoft.com/en-us/library/ms960613.aspx
Most of the Ex APIs don't add much, but in this case the difference is critical. FindWindow() doesn't search child windows and can't be used to iterate, while FindWindowEx() does and can. As it turns out, I was able to use GetWindow() and GetWindowClass() to do what I needed (which was to emumerate all the Edit controls in a dialog.) Thanks, --Eric -- ****************************************************************************** * From the desktop of: Eric House, [EMAIL PROTECTED] * * Crosswords 4.1.4 for PalmOS now ARM-native: xwords.sourceforge.net * ****************************************************************************** ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel