Click here to Skip to main content
15,918,243 members

Comments by ThetPaing (Top 3 by date)

ThetPaing 14-Dec-10 23:31pm View    
Deleted
I want to know only Messagebox Testing :)
ThetPaing 6-Dec-10 0:29am View    
thank for your help :)
I will ask with short question in next time
ThetPaing 2-Dec-10 4:50am View    
yes, i have read this. At this example, we call button1_Click from out test program to

private void button1_Click(object sender, System.EventArgs e)
{
textBox1.Text = "Hello World";
}

Here, sender is "Form type". I want to write sender type with "button". So how can i write?