Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Conditions
SUBMITTED BY:
Guest
DATE:
Nov. 21, 2013, 12:06 a.m.
FORMAT:
Text only
SIZE:
691 Bytes
Raw
Download
Tweet
HITS:
766
Go to comments
Report
private void richTextMSG_TextChanged(object sender, EventArgs e)
{
compteur = richTextMSG.Text.Length;
if (richTextMSG.Text.Length == 0)
label6.Text = "message Length : 0";
else
label6.Text = "message Length : " + compteur;
}
private void btnRest_Click(object sender, EventArgs e)
{
this.txtFrom.Text="";
this.txtMdp.Text = "";
this.txtSubject.Text = "";
this.txtTo.Text = "";
this.richTextMSG.Text = "";
label6.Text = "message Length : 0";
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus