The code below returns an IllegalCastException
on Next
:
For Each c As Control In Self.Controls
Select c IsA TextField
// havin Case or not change nothing to the matter
End Select
Next
In the mean time, I will use If Then
block…
22 posts - 5 participants