Need help launching
Hey i need help launching the game lol im using Microsoft visual studio and how can make a press of a button start combat arms??... This is really starting to piss me off
im using C++..
im using C++..
im using C++..
Shell "C:\Nexon\Combat Arms\CombatArms_Direct.exe"
private: System::Void button4_Click(System::Object^ sender, System::EventArgs^ e) {
this->webBrowser1->Url = (gcnew System::Uri(L"http://Google.com", System::UriKind::Absolute));
}




Error 1 error C2664: 'ShellExecuteW' : cannot convert parameter 2 from 'const char [5]' to 'LPCWSTR'