Open a msgbox saying what u wrote in the textbox
1.add a button and a textbox!
Double click the button and write!
Code:
MessageBox::Show(this->textBox1->Text);
debug it:
Hope its useful!
CodeBreaker
MessageBox::Show(this->textBox1->Text);