Notify syntax eroor, if any do correct them.
(1)MsgBox.Display("Wel Come") ;
(2)txtPassword.txt="MyText" ;
(3)Project.Run(new Form1 ()) ;
(4)private void btn1Click(object sender, EventArgs e)
(5)In Click even of Button named btn_2
txtResult.Text==txtResult. Text+ "B";
(5) In Click Event of Button named btn_2
(6) txtResult.Text = txtResult.Text + "B"
Comments
Leave a comment