PDA

Click to See Complete Forum and Search --> : how to detect the version of MS Internet Explore


boyle
Jun 19th, 1999, 01:00 AM
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.

waxattack1
Jun 23rd, 1999, 05:58 PM
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