M
matthew ware
Hi.
I've got a form and I want to iterate through the controls on it. I've
tried:
For intCounter = 0 to Me.Controls.Count -1
' do something
next intCounter
But the Me.Controls.Count only evaluates to 5, even though there are alot
more controls on the form.
Any Ideas?
thanks,
Matt
I've got a form and I want to iterate through the controls on it. I've
tried:
For intCounter = 0 to Me.Controls.Count -1
' do something
next intCounter
But the Me.Controls.Count only evaluates to 5, even though there are alot
more controls on the form.
Any Ideas?
thanks,
Matt