System.Windows.Forms.WebBrowser : Force X86?
Posted
by heap
on Stack Overflow
See other posts from Stack Overflow
or by heap
Published on 2010-06-03T10:44:00Z
Indexed on
2010/06/03
10:44 UTC
Read the original article
Hit count: 170
This object always uses the default on the system, so on an x64 machine, it will use an x64 Internet Explorer object. Is there any way I can force it to use the x86 IE? The web page element the browser accesses does not work on x64 and is out of my control.
© Stack Overflow or respective owner