Internet Explorer Path (Resolved)
Does anyone know how to find the path to the iexplore.exe file? I want to shell a new window in IE, but using:
VB Code:
Shell "explorer [url]http://www.mysite.com[/url]", vbNormalFocus
Doesn't set focus to the new IE window. It just puts it in the taskbar and flashes it. I just want to have my program find the path to IE, probably somewhere in the registry (I don't know where, and search found too many entries). I just need to find where it's installed, because sometimes people have different paths instead of C:\Program Files\Internet Explorer.
Thanks
Joey