how to convert 'String^' to 'const char*'?
String^ cr = ("netsh wlan set hostednetwork mode=allow ssid=" + this->txtSSID->Text + " key=" + this->txtPASS->Text);
system(cr);
Error :
1 IntelliSense: argument of type "System::String ^" is incompatible with parameter of type "const char *"