cbadal Posted July 3, 2007 Posted July 3, 2007 I would like to write the following Function: Func GetSpecifiedChildren($parentWindow, $classNameStart ) $allControls = GetAllControls($parentWindow) ; iterate over $allControls to find out if their class name starts with '$classNameStart' ... Return $childrenWhoseClassNameStartsWith_classNameStart End Func How would write the 'GetAllControls' part? Has someone done this already?
Moderators SmOke_N Posted July 3, 2007 Moderators Posted July 3, 2007 Opt('WinSearchChildren', 1) + WinGetClassList() + GetClassName DLL Call (FindClassName in this example) Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now