View Single Post
Join Date: Sep 2008
Posts: 1
Reputation: c.v.burgess is an unknown quantity at this point 
Solved Threads: 0
c.v.burgess c.v.burgess is offline Offline
Newbie Poster

Re: Using multiple forms in c# windows application

 
0
  #7
Sep 13th, 2008
I get this:

private void button2_Click(object sender, EventArgs e)
        {
            Form3 form3 = new Form3(); form3.ShowDialog();
            string str = Form3.textBox1.Text;
        }
It tells me that "Mail.Form3.textBox1 Is inaccesable due to its pro tsction level."

PLEASE HELP!!!
Reply With Quote