what would i use to only exit the
Code:
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
if (this->textBox1->textLength == 0) {
MessageBox::Show("fail!";"D:"; MessageBoxButtons::OK);
exit button1_Click(??)
};
}
Comment