i want to get input from a textbox in visual c++ 2010 window form application
i try this but it not work
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
std::string m;
m==textBox1->Text;
MessageBox::Show("developed by basit ");
}
};
help me plzz