G
Guest
I am learning c# and I have a problem. I would like to enter a username in
form A textbox and have it apper in form B testbox.
I have something like this
frmlaptopChk laptop = new frmlaptopChk();
txtusername.Text = laptop.txtUsername.Text ();
and when i run it, I get inaccessible due to its protection level
*Not this is from form B testbox
form A textbox and have it apper in form B testbox.
I have something like this
frmlaptopChk laptop = new frmlaptopChk();
txtusername.Text = laptop.txtUsername.Text ();
and when i run it, I get inaccessible due to its protection level
*Not this is from form B testbox