您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. EmbeddedWB_D5-D2010_Version_14.69.0

  2. Embedded Web Browser is a Pack of components that demonstrates an easy way to implement IDocHostUIHandler and IDocHostShowUI with the Webbrowser Control. It includes all the needed components / procedures you will need to build a web browser or a ch
  3. 所属分类:Web开发

    • 发布日期:2009-09-30
    • 文件大小:1048576
    • 提供者:xujh
  1. 自定义COleControlSite

  2. 自定义COleControlSite 能实现许多CHTMLVIEW中没有的功能,禁用弹出框,自定义上下文菜单,背景等
  3. 所属分类:Web开发

    • 发布日期:2009-12-29
    • 文件大小:3072
    • 提供者:aqwmb
  1. IE Automation

  2. http://blog.csdn.net/jiangsheng/archive/2003/11/09/3795.aspx一文的配套源代码 关键字 CHtmlView ATL VBscr ipt MFC IDocHostUIHandler IDocHostUIHandler2 NewWindow2 CDocument GetDefaultMenu SHAutoComplete ShellUIHelper IAuthenticate IServiceProvider IOleCommandTarg
  3. 所属分类:C++

    • 发布日期:2010-02-01
    • 文件大小:231424
    • 提供者:jiangsheng
  1. 数据脚本自动生成

  2. HtmlUIBuild the app with: nmake allIn order to save download time, I've excluded the mshtml.dll interop assembly from the zip. Use: nmake runto generate the interop assembly and run the app.You will require the Platform SDK, along with the .NET Fram
  3. 所属分类:Web开发

    • 发布日期:2008-01-19
    • 文件大小:79872
    • 提供者:hql_kinglong
  1. 网页脚本(javascript)调用VB函数的另类方法

  2. 不用通过IDocHostUIHandler接口,让网页调用VB程序中的函数的方法。 该方法原理是:在网页中通过导航到一个特定的自定义网址,这个网址 就表示我们要调用的VB中的函数,然后在WebBrowser控件的BeforeNavigate2 事件处理函数中检测是否是我们自定义的网址,如果是,则根据不同的约定 调用不同的函数,从而间接实现从网页调用VB函数的目的
  3. 所属分类:其它

    • 发布日期:2011-03-11
    • 文件大小:2048
    • 提供者:sclztjh
  1. 史上最详细的JS脚本调用VC自定义函数资料(含完整源码)

  2. 史上最详细的JS脚本调用VC自定义函数资料 看完准保不后悔 可以节省你很多时间的 实现原理: 利用BHO实现IDocHostUIHandler接口和IDispatch接口 通过BHO拦截网页加载完毕事件,将自己的IDocHostUIHandler接口设置给网页 网页中的JS脚本在调用window.external.abc("asdfa")时触发IDocHostUIHandler接口的GetExternal函数,并将IDispatch接口中abc()函数的接口放回给Js脚本 目前网上并没有如此完
  3. 所属分类:C++

    • 发布日期:2011-11-25
    • 文件大小:3145728
    • 提供者:zhaobingpo
  1. VC++与javascript交互事例

  2. VC++与javascr ipt交互事例 利用BHO实现IDocHostUIHandler接口和IDispatch接口 通过BHO拦截网页加载完毕事件,将自己的IDocHostUIHandler接口设置给网页 网页中的JS脚本在调用window.external.abc("asdfa")时触发IDocHostUIHandler接口的GetExternal函数,并将IDispatch接口中abc()函数的接口放回给Js脚本
  3. 所属分类:C++

    • 发布日期:2013-01-23
    • 文件大小:39936
    • 提供者:xsan_3
  1. EmbeddedWB v14.67.0 (D5-D2009)

  2. Delphi第三方控件EmbeddedWB,这是一个不错的浏览器控件,比Delphi自带的Webbrowser要强悍,其实就是在Webbrowser上的二次开发。 Embedded Web Browser is a package of components that demonstrates an easy way to implement IDocHostUIHandler and IDocHostShowUI with TWebbrowser. It includes all the n
  3. 所属分类:Delphi

    • 发布日期:2014-09-26
    • 文件大小:1048576
    • 提供者:calvinfung
  1. EmbeddedWB Version 14.70.0(D5-XE)

  2. Delphi第三方控件EmbeddedWB,这是一个不错的浏览器控件,比Delphi自带的Webbrowser要强悍,其实就是在Webbrowser上的二次开发。 Embedded Web Browser is a package of components that demonstrates an easy way to implement IDocHostUIHandler and IDocHostShowUI with TWebbrowser. It includes all the n
  3. 所属分类:Delphi

    • 发布日期:2014-09-26
    • 文件大小:1048576
    • 提供者:calvinfung
  1. IDocHostUIHandler和IDropTarget的DLL

  2. IDocHostUIHandler和IDropTarget的DLL,通过实现其中的接口可以在WebBrowser控件中实现超级拖放的效果
  3. 所属分类:Web开发

    • 发布日期:2009-04-11
    • 文件大小:32768
    • 提供者:u013556337
  1. WebBrowser执行JS脚本示例

  2. 【实例简介】 涵盖了几种常用的 webBrowser执行javascr ipt的方法, execscr ipt方式: Navigatescr ipt方式: 其中需要作如下设置 由于visual studio2005 中WebBrowser控件已经实现了IDocHostUIHandler,所以 只要把应用程序属性类的 "com可见"选上. 再给 this.webBrowser1.ObjectForscr ipting = this; 赋值就行了 Invokescr ipt方式: 另外:Invok
  3. 所属分类:C#

    • 发布日期:2018-08-24
    • 文件大小:81920
    • 提供者:cxw376378342