R
Ryan
The line below marked with * is not valid in vb.net 2008; how do I set the
border dynamically?
Dim cControl As Control
For Each cControl In Me.Controls
If (TypeOf cControl Is TextBox) Then
cControl.BackColor = Color.White
cControl.BorderStyle=None '*****************'
End If
Next cControl
border dynamically?
Dim cControl As Control
For Each cControl In Me.Controls
If (TypeOf cControl Is TextBox) Then
cControl.BackColor = Color.White
cControl.BorderStyle=None '*****************'
End If
Next cControl