Solved
Forum Discussion
Hi,
this is my solution:
1) Start with the dialog alias' Control
2) For the Control's parent, get an array with all visible children having the control's wndClass
3) Filter the array for Elements having the control's MappedName
4) exclude the start control itself
Voilá: an array with all "other" instances of a dialog alias' dialog type.
Regards,
Manfred