In my vb6 application I have used webbrowser control in which online payment gateway website is loaded and it requires IE 8 and above. But even if IE 8 is installed the webbrowser control renders it in IE7 mode. It can be solved by using Browser emulation registry and I was able to solve it.
But now I have set value to 8888(Webpages are displayed in IE8 Standards mode, regardless of the !DOCTYPE directive) . But if I do this even if PC has IE 9, 10 or 11 then it will be rendered in IE8 mode. But I think it will be better if the webbrowser control is rendered in highest version of IE installed in a PC, instead of fixing it to IE8 mode.
So how I can make Browser emulation to set to highest version of IE installed in PC?