I want to recuperate a combobox value as an std::string
to use it as a parameter in another function.
std::string mystring = msclr::interop::marshal_as<std::string>(myComboBox->Text->ToString());
but it didn't work. Can someone help me.
I want to recuperate a combobox value as an std::string
to use it as a parameter in another function.
std::string mystring = msclr::interop::marshal_as<std::string>(myComboBox->Text->ToString());
but it didn't work. Can someone help me.