





ChildWindows – Get all the child windows of another window
Private Declare Function EnumWindows Lib “user32” (ByVal lpEnumFunc As Long, _ ByVal lParam As Long) As LongPrivate Declare Function EnumChildWindows Lib “user32” (ByVal hWndParent As _ Long, ByVal lpEnumFunc As