Hi,
Am trying to open a file (for ex .doc, .txt, .xls file) from my local computer using C++ application using
ShellExecute(NULL, "open", strFilepath->c_str(), NULL, NULL, SW_SHOWDEFAULT); method but am getting error like 'The network name cannot be found.'
Here strFilepath will be my remote server path. Am using Windows 10 desktop.
If any help me in solving this issue it would be great.
Appreciate your help!!!
Best Regards,
Mike