Home > Software engineering >  64 ActiveX control test and use
64 ActiveX control test and use

Time:09-19

Under a 64 - bit system, whether to open the Program files inside Internet explorer or Program files (X86) in Internet explorer, will be the two processes in the task manager, a 64 - bit, the other is a 32-bit, 64 controls at the moment, I do, in the IE Settings for single process model, using the Program files inside of IE (X64) can be used to load and normal controls, if not set for single process model, the load is less than,
Now I want to meet the needs of this: a 64 - bit system, under the condition of only registered 64 ActiveX controls, do not need to set the IE to single process model also can load 64 normal controls, is it possible?

I tried win10 64 - bit system, Windows 7 ultimate is not, in addition, set the IE to single process model, the specific operation: running gpedit. MSC group policy manager, in the "computer configuration -" management template - "Windows components -" Internet Explore "open" TAB growth process ", is set to enabled, TAB growth process is 0, IE has single process model into application,

CodePudding user response:

Why didn't anyone? From the top...

CodePudding user response:

64 Internet explorer and 32-bit IE is two different processes,

CodePudding user response:

Zhao four teacher, you can clear point?
If I only registered 64 controls, under a 64 - bit system (mine is Windows 7 ultimate, IE11), how to use my control?

CodePudding user response:

It is not a lot of
I don't have a test
I estimate that the relationship is more than 64 ie TAB
But you can use the registry Settings for ie single process
To install, it is good to change the registry
HKEY_CURRENT_USER/Software/Microsoft Internet Explorer/Main/TabProcGrowth

Set to dword0 can

CodePudding user response:

In addition you can make 32-bit mode to see
Because Microsoft recommended in most cases use the 32-bit version of Internet Explorer, using a 32-bit Internet Explorer does not limit to 64 transfer of technology, the reason is that the client layer usually stay for 32-bit, because moving to 64 - bit for the client layer no direct benefits,

CodePudding user response:

reference 5 floor aspower_ reply:
you can make other 32-bit mode to see
Because Microsoft recommended in most cases use the 32-bit version of Internet Explorer, using a 32-bit Internet Explorer does not limit to 64 transfer of technology, the reason is that the client layer usually stay for 32-bit, because moving to 64 - bit for the client layer no direct benefits,


I can understand that, although in a 64 - bit Windows system, it's only when you set the IE to single process model, and USES 64, IE can use to a 64 - bit ActiveX?

CodePudding user response:

refer to 6th floor u012365762 response:
Quote: refer to the fifth floor aspower_ reply:

In addition you can make 32-bit mode to see
Because Microsoft recommended in most cases use the 32-bit version of Internet Explorer, using a 32-bit Internet Explorer does not limit to 64 transfer of technology, the reason is that the client layer usually stay for 32-bit, because moving to 64 - bit for the client layer no direct benefits,


I can understand that, although in a 64 - bit Windows system, it's only when you set the IE to single process model, and USES 64, IE can use to a 64 - bit ActiveX?

Well, this information is not much on MSDN, I found only a paragraph above
Personally, I estimate that may be

CodePudding user response:

refer to the second floor zhao4zhong1 response:
64 Internet explorer and 32-bit IE are two different processes,

Still thank aspower_, my side is presumably so, find information on the MSDN zhao four teacher what view? Before I see you on the one hand, some studies about it, hope you can help me explain,

CodePudding user response:

refer to the eighth floor u012365762 response:
Quote: refer to the second floor zhao4zhong1 response:

64 Internet explorer and 32-bit IE are two different processes,

Still thank aspower_, my side is presumably so, find information on the MSDN zhao four teacher what view? Before I see you on the one hand, some studies about it, hope you can help me explain,

In fact, I also have ended this so-called research:
In a 64 - bit Windows:
64 exe and DLL in the directory c: \ Windows \ sys tem32 directory.
32 bit exe and DLL in the directory c: \ Windows \ sys wow64 directory.
So pay attention to:
In win64 system registered under 32-bit ocx DLL to 32 ocx or copy the DLL to the c: \ Windows \ syswow64 \ directory,
And registered to c: \ Windows \ syswow64 \ regsvr32 XXXXXXX ocx or DLL

CodePudding user response:

refer to the eighth floor u012365762 response:
Quote: refer to the second floor zhao4zhong1 response:

64 Internet explorer and 32-bit IE are two different processes,

Still thank aspower_, my side is presumably so, find information on the MSDN zhao four teacher what view? Before I see you on the one hand, some studies about it, hope you can help me explain,

He studied

refer to the eighth floor u012365762 response:
Quote: refer to the second floor zhao4zhong1 response:

64 Internet explorer and 32-bit IE are two different processes,

Still thank aspower_, my side is presumably so, find information on the MSDN zhao four teacher what view? Before I see you on the one hand, some studies about it, hope you can help me explain,

He studies a p, wheeled over and over

CodePudding user response:

The results of the study can solve the problem, as a wheel had been, the higher the probability of the
Existence is reasonable,

CodePudding user response:

Lz, and ladies and gentlemen, helped a lot!
In order to make 64 running ActiveX controls on a 64 - bit IE, my machine for Windows 7-64, IE into a single process model two places need to modify the registry:
The HKEY_CURRENT_USER/Software/Microsoft Internet Explorer in the Main AdminTabProcs and FrameTabWindow item value to zero,

CodePudding user response:

The most simple you get two controls, 32 a, 64 a, installed at the same time,

CodePudding user response:

Your problem solved? I have the same needs:
Is in a 64 - bit system, only registered 64 ActiveX control cases, do not need to set the IE to single process model also can load 64 normal controls
  • Related