I have several text boxes in winform, some of them are in groupbox. I am trying to loop through all text boxes in my form:
< /p> For Each c As Control In Me.Controls
If c.GetType Is GetType(
I have several text boxes in winform, some of them are in groupbox. I am trying to loop through all text boxes in my form:
< /p> For Each c As Control In Me.Controls
If c.GetType Is GetType(