How would I go about launching Internet Explorer (or perhaps the appropriate default browser) from within a C++ app? I've found the ShellExecute() method, but how do I get the correct path to IE (or the default browser)? I know where it usually hides, of course, but this needs to be fairly sturdy....Anyone ever done this?