2

I have some site that behaves deferentially in MFC Browser Control then in real IE9. I have created a simple MFC browser control application in VS 2010 according to this article. I have changed the FEATURE_BROWSER_EMULATION registry flag to be 9999 for this application.

Now, try to browse to www.cvc.com.br --> fill in from/to and dates --> press "Buscar" In IE9 it will navigate to the search results page, in MFC application it will do nothing.

Kindly advise, what else should be done to make IE9 identical to the MFC application.

Thanks in advance, G

Guy
  • 915
  • 2
  • 14
  • 27
  • 1
    There are other features besides `FEATURE_BROWSER_EMULATION`, check [this](http://stackoverflow.com/a/18333982). – noseratio Aug 29 '13 at 13:29
  • Thanks a lot it helped! However, I added all of the flags in the link and wonder which did the trick? is there any combination did it? and if there is a bad influence on my application according to it. – Guy Aug 29 '13 at 20:08
  • That was just a sample set of feature flags. You should carefully go through each [feature](http://msdn.microsoft.com/en-us/library/ee330720(v=vs.85).aspx) and come up with your own set that works for you. If the linked answer helped, feel free to up-vote it. – noseratio Aug 30 '13 at 01:06
  • 1
    @Noseratio - I already up-voted you. – Guy Sep 01 '13 at 10:15
  • Thank you. Did you find what specific feature caused problem for MFC Browser Control? – noseratio Sep 01 '13 at 11:23
  • @Noseratio - Not yet. – Guy Sep 03 '13 at 10:57
  • Guy, then you may want to keep an eye on [this question](http://stackoverflow.com/q/18576963/1768303). – noseratio Sep 03 '13 at 11:11

0 Answers0