3
votes
Google Chrome broke ShellExecute() ?
Here is the code that works across all browsers. The trick is to call WinExec if ShellExecute fails.
HINSTANCE GotoURL(LPCTSTR url, int showcmd)
{
TCHAR key[MAX_PATH + MAX_PATH] …
