Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/336.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# BeforeNavigate2事件在32位Windows 7 Internet Explorer 11上不起作用_C#_Windows 7_Internet Explorer 11_Bho_Beforenavigate2 - Fatal编程技术网

C# BeforeNavigate2事件在32位Windows 7 Internet Explorer 11上不起作用

C# BeforeNavigate2事件在32位Windows 7 Internet Explorer 11上不起作用,c#,windows-7,internet-explorer-11,bho,beforenavigate2,C#,Windows 7,Internet Explorer 11,Bho,Beforenavigate2,我在C#中实现了一个BHO,它使用BeforeNavigate2事件。它在64位Windows7系统上的InternetExplorer11中工作 在32位Windows 7系统上,不会触发BeforeNavigate2事件。但是调用了SetSite方法 为什么32位上未触发BeforeNavigate2事件? 32位和64位Internet Explorer 11之间可能导致这种行为的确切区别是什么

我在C#中实现了一个BHO,它使用BeforeNavigate2事件。它在64位Windows7系统上的InternetExplorer11中工作

在32位Windows 7系统上,不会触发BeforeNavigate2事件。但是调用了SetSite方法

为什么32位上未触发BeforeNavigate2事件? 32位和64位Internet Explorer 11之间可能导致这种行为的确切区别是什么