SatheeshTC
Nov 29th, 1999, 10:08 AM
Hi!
I have a collection of controls that i build in the form load.
How do i access each control in it.
The code is like this...
For Each mycontrol in controls
if typeof mycontrol is textbox then
mycollection.add mycontrol
next
Now in mycollection i want to access a control.
Thanks in advance...
satheesg
I have a collection of controls that i build in the form load.
How do i access each control in it.
The code is like this...
For Each mycontrol in controls
if typeof mycontrol is textbox then
mycollection.add mycontrol
next
Now in mycollection i want to access a control.
Thanks in advance...
satheesg