How can I iterate through the Controls collection, checking whether the control is a textbox? Here's what I have so far:
Whatever I try after c.GetType gives me syntax errors. Thanks.VB Code:
For Each c In Controls If c.GetType Then End If Next
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |