I am writing an app on which the number and types of controls can vary depending on a variety of variables and input.
My question is, when a dialog box opens, is there a way to determine how many controls are in the window and what type each of the controls are?
I'm hoping there's either an existing class member somewhere that I cannot find or an idea for a loop (for, while, etc) to accumulate the same information.
Thanks in advance!
My question is, when a dialog box opens, is there a way to determine how many controls are in the window and what type each of the controls are?
I'm hoping there's either an existing class member somewhere that I cannot find or an idea for a loop (for, while, etc) to accumulate the same information.
Thanks in advance!