MrDysprosium
8 years agoContributor
Check for an object on dynamically spawning windows.
So, finding a child object via `FindChildEx()` is simple enough, but how can it be used dynamically?
I have a program that has a configurable number of tabs, each tab is named uniquely and can change each time the software is run. If I simply search for a child object from the highest level down there is a possibility of finding that object on a different tab than the one I am currently viewing.
So, without knowing the name of a tab ahead of time, how can I use FindChildEx() on it in code?