{
char resultExecutable[500]; FindExecutable(ToUnmanagedString(pathOutput).c_str(), "", resultExecutable); String^ associatedApplication = gcnew String(resultExecutable); associatedApplication = String::Format("\"{0}\"", associatedApplication); System::Diagnostics::Process::Start(associatedApplication, pathOutput);}

Join the conversation! Your thoughts help the community grow.