Thread
:
Using multiple forms in c# windows application
View Single Post
•
•
Join Date: Aug 2008
Posts: 1,735
Reputation:
Solved Threads: 186
LizR
Offline
Posting Virtuoso
Re: Using multiple forms in c# windows application
0
#
8
Sep 14th, 2008
Because you said "Form3.textBox1.Text" you're not accessing the variable of the form you just created... you're trying to access the class direct, change "Form3.textBox1" to "form3.textBox1"
LizR
View Public Profile
Find all posts by LizR