Well in VB6 when I'm trying to get the text from a textbox on a different form I just dobut how would I do the same exact thing except in C#?Code:Form1.Text1.Text
Printable View
Well in VB6 when I'm trying to get the text from a textbox on a different form I just dobut how would I do the same exact thing except in C#?Code:Form1.Text1.Text
Have a look at this sample project.