E
Enric
Hi all of you,
Primary platform is .Net 2.0 using VB.
I'd need to clean every text property por each textbox allocated inside a
groupbox but I can't work out.
I enclosed to you my code snippet:
For Each ctrl As Control In Controls
If TypeOf ctrl Is GroupBox Then
??????????????
Else
End If
Next
Let me how do I such thing.
tia,
Primary platform is .Net 2.0 using VB.
I'd need to clean every text property por each textbox allocated inside a
groupbox but I can't work out.
I enclosed to you my code snippet:
For Each ctrl As Control In Controls
If TypeOf ctrl Is GroupBox Then
??????????????
Else
End If
Next
Let me how do I such thing.
tia,