Hi

Is there a way to iterate through objects in a Form like through controls collection?

dim ctrl as control

for each ctrl in controls
debug.writeline(ctrl.gettype.tostring)
next


Thanks