情况是这个样子的,我写了个程序内建代理并且内嵌IE控件当我访问普通网页是没什么问题,但是访问有XMLhttp内容的网页就会出现死锁现象,界面不刷新了,同样的网页,我单独开一个IE连接我的程序就没问题。我现在不知道为什么,哪位高人指点指点

解决方案 »

  1.   

    因该是ie标准的细节问题,或者是系统?查阅ie的sdk和说明文档吧,这种问题指不上外人的
      

  2.   

    查了半个月的资料了,到微软开了CASE还没有回信
    急呀,我也有点不甘心
      

  3.   

    我用了一阵觉得IE控件跟IE还是很不一样的,用了ie控件不等于就实现了ie,比如我的问题:CHtmlView中嵌入iframe,设为编辑模式无法输入回车,但是同样的页面在ie下就很正常:<问了很久也没人回答。在这打个广告阿。http://community.csdn.net/Expert/topic/4485/4485979.xml?temp=.4314234
      

  4.   

    IE控件=IWebBrowser
    IE=IWebBrowser2
    IWebBrowser2 :PUBLIC IWebBrowserApp
    IWebBrowserApp :PUBLIC IWebBrowser
    XMLhttp 方面的接口要用到IWebBrowser2
      

  5.   

    IWebBrowser2 InterfaceThis interface enables applications to implement an instance of the WebBrowser control (Microsoft ActiveX control) or control an instance of the InternetExplorer application (OLE Automation). Note that not all of the methods listed below are supported by the WebBrowser control.The IWebBrowser2 interface derives from IDispatch indirectly. IWebBrowser2 derives from IWebBrowserApp, which in turn derives from IWebBrowser, which finally derives from IDispatch. MSDN 中的原文.