实例介绍
使用CEF接口 将google chrome内核嵌入win32程序,使用VC编译的google内核浏览器
【实例截图】
【核心代码】
4744300845208816291.rar
├── tg
│ └── tg
│ ├── Debug
│ │ ├── debug.log
│ │ ├── icudt.dll
│ │ ├── libcef.dll
│ │ ├── locales
│ │ │ ├── am.pak
│ │ │ ├── ar.pak
│ │ │ ├── bg.pak
│ │ │ ├── bn.pak
│ │ │ ├── ca.pak
│ │ │ ├── cs.pak
│ │ │ ├── da.pak
│ │ │ ├── de.pak
│ │ │ ├── el.pak
│ │ │ ├── en-GB.pak
│ │ │ ├── en-US.pak
│ │ │ ├── es-419.pak
│ │ │ ├── es.pak
│ │ │ ├── et.pak
│ │ │ ├── fa.pak
│ │ │ ├── fil.pak
│ │ │ ├── fi.pak
│ │ │ ├── fr.pak
│ │ │ ├── gu.pak
│ │ │ ├── he.pak
│ │ │ ├── hi.pak
│ │ │ ├── hr.pak
│ │ │ ├── hu.pak
│ │ │ ├── id.pak
│ │ │ ├── it.pak
│ │ │ ├── ja.pak
│ │ │ ├── kn.pak
│ │ │ ├── ko.pak
│ │ │ ├── lt.pak
│ │ │ ├── lv.pak
│ │ │ ├── ml.pak
│ │ │ ├── mr.pak
│ │ │ ├── ms.pak
│ │ │ ├── nb.pak
│ │ │ ├── nl.pak
│ │ │ ├── pl.pak
│ │ │ ├── pt-BR.pak
│ │ │ ├── pt-PT.pak
│ │ │ ├── ro.pak
│ │ │ ├── ru.pak
│ │ │ ├── sk.pak
│ │ │ ├── sl.pak
│ │ │ ├── sr.pak
│ │ │ ├── sv.pak
│ │ │ ├── sw.pak
│ │ │ ├── ta.pak
│ │ │ ├── te.pak
│ │ │ ├── th.pak
│ │ │ ├── tr.pak
│ │ │ ├── uk.pak
│ │ │ ├── vi.pak
│ │ │ ├── zh-CN.pak
│ │ │ └── zh-TW.pak
│ │ ├── tg.exe
│ │ ├── tg.ilk
│ │ └── tg.pdb
│ ├── ipch
│ │ ├── tg-3c1cddb8
│ │ │ └── tg-53f31467.ipch
│ │ └── tg-b858de6d
│ ├── templates
│ │ └── test.html
│ ├── tg
│ │ ├── ClassDiagram1.cd
│ │ ├── ClientV8FunctionHandler.cpp
│ │ ├── ClientV8FunctionHandler.h
│ │ ├── Debug
│ │ │ ├── cl.command.1.tlog
│ │ │ ├── ClientV8FunctionHandler.obj
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── link.1788-cvtres.read.1.tlog
│ │ │ ├── link.1788-cvtres.write.1.tlog
│ │ │ ├── link.1788.read.1.tlog
│ │ │ ├── link.1788.read.2.tlog
│ │ │ ├── link.1788.write.1.tlog
│ │ │ ├── link.6808-cvtres.read.1.tlog
│ │ │ ├── link.6808-cvtres.write.1.tlog
│ │ │ ├── link.6808.read.1.tlog
│ │ │ ├── link.6808.read.2.tlog
│ │ │ ├── link.6808.write.1.tlog
│ │ │ ├── link.command.1.tlog
│ │ │ ├── link-cvtres.read.1.tlog
│ │ │ ├── link-cvtres.write.1.tlog
│ │ │ ├── link.read.1.tlog
│ │ │ ├── link.read.2.tlog
│ │ │ ├── link.write.1.tlog
│ │ │ ├── mt.command.1.tlog
│ │ │ ├── mt.read.1.tlog
│ │ │ ├── mt.write.1.tlog
│ │ │ ├── RCa05860
│ │ │ ├── rc.command.1.tlog
│ │ │ ├── rc.read.1.tlog
│ │ │ ├── rc.write.1.tlog
│ │ │ ├── stdafx.obj
│ │ │ ├── tg.Build.CppClean.log
│ │ │ ├── tg.exe.embed.manifest
│ │ │ ├── tg.exe.embed.manifest.res
│ │ │ ├── tg.exe.intermediate.manifest
│ │ │ ├── tg.lastbuildstate
│ │ │ ├── tg.log
│ │ │ ├── tg_manifest.rc
│ │ │ ├── tg.obj
│ │ │ ├── tg.pch
│ │ │ ├── tg.res
│ │ │ ├── vc100.idb
│ │ │ ├── vc100.pdb
│ │ │ └── WebClient.obj
│ │ ├── debug.log
│ │ ├── download_handler.cpp
│ │ ├── download_handler.h
│ │ ├── include
│ │ │ ├── capi
│ │ │ │ ├── cef_app_capi.h
│ │ │ │ ├── cef_base_capi.h
│ │ │ │ ├── cef_browser_capi.h
│ │ │ │ ├── cef_client_capi.h
│ │ │ │ ├── cef_command_line_capi.h
│ │ │ │ ├── cef_content_filter_capi.h
│ │ │ │ ├── cef_cookie_capi.h
│ │ │ │ ├── cef_display_handler_capi.h
│ │ │ │ ├── cef_dom_capi.h
│ │ │ │ ├── cef_download_handler_capi.h
│ │ │ │ ├── cef_drag_data_capi.h
│ │ │ │ ├── cef_drag_handler_capi.h
│ │ │ │ ├── cef_find_handler_capi.h
│ │ │ │ ├── cef_focus_handler_capi.h
│ │ │ │ ├── cef_frame_capi.h
│ │ │ │ ├── cef_geolocation_capi.h
│ │ │ │ ├── cef_geolocation_handler_capi.h
│ │ │ │ ├── cef_jsdialog_handler_capi.h
│ │ │ │ ├── cef_keyboard_handler_capi.h
│ │ │ │ ├── cef_life_span_handler_capi.h
│ │ │ │ ├── cef_load_handler_capi.h
│ │ │ │ ├── cef_menu_handler_capi.h
│ │ │ │ ├── cef_nplugin_capi.h
│ │ │ │ ├── cef_origin_whitelist_capi.h
│ │ │ │ ├── cef_permission_handler_capi.h
│ │ │ │ ├── cef_print_handler_capi.h
│ │ │ │ ├── cef_proxy_handler_capi.h
│ │ │ │ ├── cef_render_handler_capi.h
│ │ │ │ ├── cef_request_capi.h
│ │ │ │ ├── cef_request_handler_capi.h
│ │ │ │ ├── cef_resource_bundle_handler_capi.h
│ │ │ │ ├── cef_response_capi.h
│ │ │ │ ├── cef_scheme_capi.h
│ │ │ │ ├── cef_stream_capi.h
│ │ │ │ ├── cef_task_capi.h
│ │ │ │ ├── cef_url_capi.h
│ │ │ │ ├── cef_v8_capi.h
│ │ │ │ ├── cef_v8context_handler_capi.h
│ │ │ │ ├── cef_web_plugin_capi.h
│ │ │ │ ├── cef_web_urlrequest_capi.h
│ │ │ │ ├── cef_xml_reader_capi.h
│ │ │ │ ├── cef_zip_reader_capi.h
│ │ │ │ └── cef_zoom_handler_capi.h
│ │ │ ├── cef_app.h
│ │ │ ├── cef_base.h
│ │ │ ├── cef_browser.h
│ │ │ ├── cef_client.h
│ │ │ ├── cef_command_line.h
│ │ │ ├── cef_content_filter.h
│ │ │ ├── cef_cookie.h
│ │ │ ├── cef_display_handler.h
│ │ │ ├── cef_dom.h
│ │ │ ├── cef_download_handler.h
│ │ │ ├── cef_drag_data.h
│ │ │ ├── cef_drag_handler.h
│ │ │ ├── cef_find_handler.h
│ │ │ ├── cef_focus_handler.h
│ │ │ ├── cef_frame.h
│ │ │ ├── cef_geolocation.h
│ │ │ ├── cef_geolocation_handler.h
│ │ │ ├── cef_jsdialog_handler.h
│ │ │ ├── cef_keyboard_handler.h
│ │ │ ├── cef_life_span_handler.h
│ │ │ ├── cef_load_handler.h
│ │ │ ├── cef_menu_handler.h
│ │ │ ├── cef_nplugin.h
│ │ │ ├── cef_origin_whitelist.h
│ │ │ ├── cef_permission_handler.h
│ │ │ ├── cef_print_handler.h
│ │ │ ├── cef_proxy_handler.h
│ │ │ ├── cef_render_handler.h
│ │ │ ├── cef_request.h
│ │ │ ├── cef_request_handler.h
│ │ │ ├── cef_resource_bundle_handler.h
│ │ │ ├── cef_response.h
│ │ │ ├── cef_runnable.h
│ │ │ ├── cef_scheme.h
│ │ │ ├── cef_stream.h
│ │ │ ├── cef_task.h
│ │ │ ├── cef_url.h
│ │ │ ├── cef_v8context_handler.h
│ │ │ ├── cef_v8.h
│ │ │ ├── cef_version.h
│ │ │ ├── cef_web_plugin.h
│ │ │ ├── cef_web_urlrequest.h
│ │ │ ├── cef_xml_reader.h
│ │ │ ├── cef_zip_reader.h
│ │ │ ├── cef_zoom_handler.h
│ │ │ ├── internal
│ │ │ │ ├── cef_build.h
│ │ │ │ ├── cef_export.h
│ │ │ │ ├── cef_nplugin_types.h
│ │ │ │ ├── cef_ptr.h
│ │ │ │ ├── cef_string.h
│ │ │ │ ├── cef_string_list.h
│ │ │ │ ├── cef_string_map.h
│ │ │ │ ├── cef_string_multimap.h
│ │ │ │ ├── cef_string_types.h
│ │ │ │ ├── cef_string_wrappers.h
│ │ │ │ ├── cef_time.h
│ │ │ │ ├── cef_tuple.h
│ │ │ │ ├── cef_types.h
│ │ │ │ ├── cef_types_win.h
│ │ │ │ ├── cef_types_wrappers.h
│ │ │ │ ├── cef_win.h
│ │ │ │ └── npapi
│ │ │ │ ├── basictypes.h
│ │ │ │ ├── build_config.h
│ │ │ │ ├── npapi_extensions.h
│ │ │ │ ├── npapi.h
│ │ │ │ ├── npfunctions.h
│ │ │ │ ├── nphostapi.h
│ │ │ │ ├── npruntime.h
│ │ │ │ ├── nptypes.h
│ │ │ │ ├── port.h
│ │ │ │ └── README-TRANSFER.txt
│ │ │ └── wrapper
│ │ │ ├── cef_byte_read_handler.h
│ │ │ ├── cef_xml_object.h
│ │ │ └── cef_zip_archive.h
│ │ ├── libcef_dll_wrapper.lib
│ │ ├── libcef.lib
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── small.ico
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── tg.aps
│ │ ├── tg.cpp
│ │ ├── tg.h
│ │ ├── tg.ico
│ │ ├── tg.rc
│ │ ├── tg.vcxproj
│ │ ├── tg.vcxproj.filters
│ │ ├── tg.vcxproj.user
│ │ ├── WebClient.cpp
│ │ └── WebClient.h
│ ├── tg.sdf
│ ├── tg.sln
│ └── tg.suo
└── 富文本编辑器.html
15 directories, 246 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论