I'm wondering, I am able to do functions such as Form1->textBox1->Text = "Hello" in the main cpp file before Application::Run and in the header file, but how do I edit the form controls after it has been called, ie while the form is showing without using the header file?