Showing results for September 2004 - Page 4 of 4 - The Old New Thing

Sep 1, 2004
0
0

How to find the Internet Explorer binary

Raymond Chen
Raymond Chen

For some reason, some people go to enormous lengths to locate the Internet Explorer binary so they can launch it with some options. The way to do this is not to do it. If you just pass "IEXPLORE.EXE" to the ShellExecute function [link fixed 9:41am], it will go find Internet Explorer and run it. ShellExecute(NULL, "open", "iexplore.exe", ...

Code