LucasVini

Contador de Células 1.0 by @LucasVinícius

Feb 1st, 2013
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.36 KB | None | 0 0
  1. Public Class Form1
  2.  
  3.     Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged
  4.         Label3.Text = TextBox1.Text.Length
  5.         'Label4.Text = "CÉLULAS: " + TextBox1.Text.Length
  6.         'Label4.Text = "CÉLULAS: " + TextBox1.Text.Length
  7.         'Label4.Text = "CELULAS:" + TextBox1.Text.Length
  8.     End Sub
  9. End Class
Advertisement
Add Comment
Please, Sign In to add comment