| |
Vice26
Posts: 11
Score: 0
Joined: 8/18/2008
Status: offline
|
Hi, i have a vba pplication that is getting the default Internet Explorer Version. The API script is refering to SHDOCVW.DLL for invoking DLLGETVERSION Function. I've tested and it work fine with IE Versions 4.0;5.0 and 6.0.2900. Up to this version i mean the new Internet Explorer 7.0 (wich is installed already) when i run the program is shows 6.0.2900 (the lates version in SHDOCVW.DLL and NOT the version in IEFRAME.DLL) My question is WHAT IS THE FUNCTION in the new IEFRAME.DLL, similar to DLLGETVERSION Function in SHDOCVW.DLL. I've searched and i did't found anything reffering to how to get Internet Version with Vb6 with the new IEFRAME.DLL Broswer ActiveX. I tryed to load the IEFRAME.DLL but it says that "it ca not be loaded as an activeX control". Does anybody has the function to call the ie version from IEFRAME.DLL in VB6??
|
|