Hi all,
I am having an issue with a webBrowser control that I am using in one of my programs. I am using a WebBrowser control to load a web page from my application (it is an outlook add-in - I do not think that makes a difference?).
Normally the control functions as expected. However, when the DPI of the machine is increased, the page does not render all of the controls correctly. That is, some of the controls render with the enlarged text (mostly labels ant textBoxes), but not some (like buttons, dropDowns). Loading the same page on the installed IE version, the page renders correctly with all controls enlarged.
I have already tried setting the HKLM/.../FEATURE_BROWSER_EMULATION key as suggested by Rick Strahl to no avail.
Is there a way to correct this? Any help is appreciated.
Cheers,
Thimila.