How to Get the path of Internet Explorer using C++
-
How to Get the installer path of Internet Explorer using C++
-
How to Get the installer path of Internet Explorer using C++
Why do you want to do that? The various reasons I can think of for needing the path to Internet Explorer could well be satisfied using a different method that doesn't need the path. Aside from that, you could a) look at the Internet Explorer shortcut in the Start Menu (if there is one), or b) Look in the registry @ HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths. But please answer the first question. There's usually a better way.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
Why do you want to do that? The various reasons I can think of for needing the path to Internet Explorer could well be satisfied using a different method that doesn't need the path. Aside from that, you could a) look at the Internet Explorer shortcut in the Start Menu (if there is one), or b) Look in the registry @ HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths. But please answer the first question. There's usually a better way.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
thx stuart..but i need programatically plz help
-
thx stuart..but i need programatically plz help
Ummmm - you realise that you can do those things programmatically and that is precisely what I meant you to do.... But as I said - why do you need the path to Internet Explorer?
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
How to Get the installer path of Internet Explorer using C++
If it's the default browser, you could use
FindExecutable()
. There's also HKCR\http\shell\open\command in the registry."Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons