المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Detect Internet Explorer 7



C++ Programming
04-21-2009, 10:00 PM
I used to be able to check which version of IE was installed on the machine my application was running on by calling "DllGetVersion" on "shdocvw.dll". This may not have been the orthodox way to have done this but it appeared to work for a while until IE 7 came along.

Specifically, the problem is the version reported is still 6.0

Does anyone know how to check which version of IE is installed on the machine that is compatible with IE Version 5, 6, 7, 8, etc... ?