G
Guest
building a form in c# which creates several controls at runtime. Since I
can't reference them at design time (since they haven't been created yet) Is
there a quick way to use reflection to itereate through a collection of all
the controls on that form and find (and then perform operations) the
textboxes created?
can't reference them at design time (since they haven't been created yet) Is
there a quick way to use reflection to itereate through a collection of all
the controls on that form and find (and then perform operations) the
textboxes created?