Home > Net >  How to perform the ShellExecute?
How to perform the ShellExecute?

Time:09-16

I write the code that
# pragma comment (lib, "shell32. Lib") ShellExecute (0, L "open", "http://" L + SERVER + "/soft," L ", "L", "SW_SHOWNORMAL);
He does not perform
How to write?

CodePudding user response:

: : ShellExecute (nullptr, L "open", SSS, nullptr, nullptr, 1);
  • Related