Internet Explorer
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
Can i somehow get Version of Internet Explorer with mfc? Have anybody some code example?
-
Can i somehow get Version of Internet Explorer with mfc? Have anybody some code example?
-
Can i somehow get Version of Internet Explorer with mfc? Have anybody some code example?
it's in the Registry: HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer (https://support.microsoft.com/en-us/kb/969393[^] all you need is a good Registry reading class. there are several here on Code Project.
-
it's in the Registry: HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer (https://support.microsoft.com/en-us/kb/969393[^] all you need is a good Registry reading class. there are several here on Code Project.
Thank you. that helped me.