Data across forms

You could try passing the reference to your textbox through the constructor of the form. Or assign the instance of your textbox to some public variable. And then edit it from there.
 
Back
Top