Rank: Newbie Groups: Member
Joined: 3/5/2019 Posts: 1
|
I am hoping to use your product in a windows form project. We need the browser to run in 64 bit mode. When I pull up the webpage in question that needs to run in 64 bit mode I get a message saying the browser is not a 64 bit browser. Is there a way to configure the webcontrol to run in 64 bit mode?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
No. The native browser engine always runs in 32 bit mode. However your application is not affected by this and it can run in either 64 bit mode or 32 bit mode. This is because the actual browser engine runs in a child process of your application so it does not have to be the same as bit mode of your application. However because our DLL only contains the 32 bit binary of the browser engine, the browser engine always run in 32 bit mode.
Thanks
|