Skip to content

Instantly share code, notes, and snippets.

@syneart
Created November 16, 2014 12:19
Show Gist options
  • Save syneart/8a932894ddb3ba2c1a33 to your computer and use it in GitHub Desktop.
Save syneart/8a932894ddb3ba2c1a33 to your computer and use it in GitHub Desktop.
設定指定名稱 TextBox 的屬性
Const n As Integer = 7 'edit this
For i As Integer = 0 To n
DirectCast(Me.Controls("TextBox" & n), System.Windows.Forms.TextBox).Text = 0
Next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment