i need to read textbox1.text from one of my helper functions in a separate code file?

How do i do that?

I am passing the THIS pointer from the form to the helper function , but how do i get the text in the textbox? Please dont ask why, i'm not a newbie, it just has to be done this way, i cannot pass a string as an argument.