Search Results

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] …
2
votes

Is it safe and acceptable to install VS.NET on your production server?

The recommended way is to have a mirror of production server for testing/debugging purposes. To keep the mirror current you need to install all application updates on both servers at the same time …