C
Charlie Brown
I am adding controls to the Forms controls collection at run-time.
Then when I loop through the controls and list them by name, I am
missing half my controls. Is there a workaround?
Debugger output while adding
shiftmrk0 Added
shiftmrk1 Added
shiftmrk2 Added
shiftmrk3 Added
shiftmrk4 Added
Debugger output while looping through the forms controls() collection
shiftmrk0
shiftmrk2
shiftmrk4
All controls are children of the Form, no panels or tab controls.
Then when I loop through the controls and list them by name, I am
missing half my controls. Is there a workaround?
Debugger output while adding
shiftmrk0 Added
shiftmrk1 Added
shiftmrk2 Added
shiftmrk3 Added
shiftmrk4 Added
Debugger output while looping through the forms controls() collection
shiftmrk0
shiftmrk2
shiftmrk4
All controls are children of the Form, no panels or tab controls.