Groups
Groups
Sign in
Groups
Groups
A1OB
Conversations
About
Send feedback
Help
C# textbox karakter sayımı
6 views
Skip to first unread message
Deniz Gülkan
unread,
Oct 8, 2011, 6:44:29 AM
10/8/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to A1OB
Öncelikle formumuza bir adet timer, bir adet textbox ve bir adet label
ekleyelim ve aşağıdaki kodlamayı yapıştıralım.
private void Form1_Load(object sender, EventArgs e)
{
timer1.Enabled = true;
}
private void timer1_Tick(object sender, EventArgs e)
{
label1.Text = textBox1.TextLength.ToString() + " Tane
Değer var";
}
Reply all
Reply to author
Forward
0 new messages