-
I have a question about using visual basic program to detect the version of Internet Explore. I Knew that I should use API, but which one I should use and how to code it. It will be highly appreciated if you could give me some ideas or the code you know it.
-
You should/could use the Registry (+ Apie)
download the Registry sample from this site and use it to get the value from this 'address' in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\
and then the setting 'Version'
it has the version right there..
Wax