Skip to content

Instantly share code, notes, and snippets.

@aligundogdu
Created March 17, 2012 12:40
Show Gist options
  • Save aligundogdu/2058476 to your computer and use it in GitHub Desktop.
Save aligundogdu/2058476 to your computer and use it in GitHub Desktop.
compact fw controls list
For Each eleman In ayar_panel.Controls
If (TypeOf eleman Is TextBox) Then
Dim tbox As TextBox
tbox = eleman
tbox.Text = "Merba canım"
End If
Next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment