I am trying to delete what is written in a textBox like this in C++ .NET.
When pressing the button the text/Numbers I have written in the textBox doesn´t deletes.
I beleive 0 is the index from where to begin the delete wich should be from the first character in the textBox.
this->textBox2->Text->Remove(0);