LucasVini

Cell Counter 1.0 @LucasVinícius

Feb 7th, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.37 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 + 1
  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