Is there a way to do a "for each" on multiple control collections?
Something like the following which obviously doesn't work:
for each ctl as control in form1.controls, form1.tabpage1. controls,
form2.tabpage2. controls
next
Thanks,
KW
Something like the following which obviously doesn't work:
for each ctl as control in form1.controls, form1.tabpage1. controls,
form2.tabpage2. controls
next
Thanks,
KW
Comment