Context does not allow for disambiguation of overloaded function". Could anyone please explain to me what's wrong with my code?
Thanks!
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
String^ name = gcnew String(textBox1->Text);
if (name->IsNullOrEmpty)
{
MessageBox::Show("Error");
}
else;
}

New Topic/Question
Reply



MultiQuote




|