Giter Site home page Giter Site logo

cef3's Introduction

CEF3

MFC下使用CEF3

demo说明

  1. 使用的cef版本为3.2623.1395.g3034273,cef_binary的源码未放到github,如果需要联系我839505138
  2. 此demo编译,VS2013 Update5
  3. 实现了C++和js交互
  4. 使用CEF时,加载的网页,如果里面有链接,指定target=”_blank”,则会弹出一个新的浏览窗口。如果想禁掉,让新页面在当前浏览窗口中显示,可以在browser进程的handler里重写CefLifeSpanHandler的OnBeforePopup方法,用browser的mainFrame加载popup请求的url
  5. 使用flash的方法在我CSDN博客中,把代码加入进来就可以了。
  6. browser和render进程分别继承CefAPP
  7. test.html是网页测试用例
  8. 解决flash有黑框 : http://blog.csdn.net/zhuhongshu/article/details/77482985
  9. 实现下载功能(是网页上触发下载,并不是MFC触发下载)
  10. GO按钮增加了快捷键回车
  11. 增加F5刷新
  12. 增加前进和后退按钮
  13. 增加右键和F12开发者选项调试网页
  14. 增加cookie

有什么意见请及时通知我,谢谢,我的QQ:839505138

如果你觉得我的项目对你有帮助,你能慷慨解囊就最好不过了!

image

cef3's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.