设置默认程序 MAPI Thunderbird

admin | 二次开发 | 2015-06-10
HKEY_CURRENT_USER\Software\Clients\Mail 根据这个值 找MAPI的默认关联 从 HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail 里面找到对应项 然后通过 HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Mozilla Thunderbird DLLPath 中的 mozMapi32_InUse.dll 找到 注册的{29F458BE-8866-11D5-A3DD-00B0D0F3BAA7} 主程序,运行 LocalServer32 主程序 thunderbird.e... [阅读全文]
ė2,125 浏览数 6没有评论 0

修改 thundbird 签名

admin | 二次开发 | 2015-05-12
thundbird 签名分为 html 和非 html 1.修改非html 需要修改源代码,重新编译 mailnews\compose\src\nsMsgCompose.cpp line 4247 C++ static const char htmlBreak[] = "<br>"; static const char dashes[] = "-- "; static const char htmlsigopen[] = "<div class=\"moz-signature\">"; ... [阅读全文]
ė1,746 浏览数 6没有评论 0

Make a Thunderbird Add-on compatible with Postbox

admin | xul, 二次开发 | 2014-08-11
Back in my Windows times I used to use Postbox email client which by far had the best Gmail support. One of the minor obstacles, however, was the fact that not every Thunderbird Add-ons was also available for Postbox since it differs slightly from the former. Therefore Add-ons have to be adapted before they could be used in P... [阅读全文]
ė2,047 浏览数 6没有评论 0

基于.net开发chrome核心浏览器

admin | 二次开发 | 2014-06-25
本篇我们讲解怎么用CefGlue开发一个最简单的浏览器 一: CefGlue是建立在Cef项目之上的, Cef项目是C/C++的项目; CefGlue只不过是通过PInvoke来访问Cef项目生成的一些dll 下面我们来看看Cef项目生成的一些dll和资源都是做什么用的 打开这个目录\cef_binary_3.1453.1236_windows_xilium\Release libcef.dll——————&... [阅读全文]
ė3,050 浏览数 6没有评论 0

让CEF支持FLASH(非安装插件的形式)

admin | 二次开发 | 2014-06-25
测试环境: CEF3 + CefGlue 下载FLASH的NPAPI DLL文件 , 在CEF目录下新建文件夹plugins,然后把DLL文件放进去即可.   据说下面是PPAPI的方式,未测试   启动的时候加个命令行 “E:\XiliumCefGlueDemo\Bin\Xilium.CefGlue.Demo.WinForms.exe” –ppapi-out-of-process –register-pepper-plugins=”E:\XiliumCefGlueD... [阅读全文]
ė13,524 浏览数 6没有评论 0

Building a C++ XPCOM Component in Windows

admin | 二次开发 | 2014-06-20
http://briankrausz.com/building-a-c-xpcom-component-in -windows/Jason was kind enough to translate this post to Belorussian. I’ve been teaching myself to write Firefox extensions for the last few weeks, and became interested in XPCOM components. Unfortunately, I couldn’t find a good (and recent) summary of them, and had to sp... [阅读全文]
ė2,160 浏览数 6没有评论 0

Davmail+ThunderBird 连接MS Exchange Server

admin | 二次开发 | 2014-06-20
为了方便,来公司之后直接安装了Ubuntu10.04的64bit版本,但是在连接公司的exchange邮箱的时候前短时间一直使用web access,速度慢,ckeck邮件也不方便,所以查阅了很多资料,综合很多朋友的意见,准备试一下 Davmail + ThunderBird 试一下。 之所以选用以上的组合,给予下面的survey and test. (1)Ubuntu 原装版本的Evolution. 还算好用,不过配置... [阅读全文]
ė2,687 浏览数 61条评论 0

Debugging Thunderbird using Firefox Developer Tools

admin | 二次开发 | 2014-06-20
http://flailingmonkey.com/debugging-thunderbird-using-firefox-developer-tools I recently discovered that it is possible to use Firefox Developer Tools with Thunderbird. Philipp Kewisch has done a fantastic job of his Google Summer of Code 2013 Project to bring Firefox Developer Tools to Thunderbird. Starting with Thunderbird ... [阅读全文]
ė6,727 浏览数 6没有评论 0

Debugging XULRunner applications

admin | 二次开发 | 2014-06-20
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/XULRunner/Debugging_XULRunner_applications [阅读全文]
ė4,514 浏览数 6没有评论 0

CEF1和CEF3两个版本的区别

admin | C++, 二次开发 | 2014-06-18
早在content API出现之前,CEF便已出现,其目的是提供嵌入式的框架,可以让渲染网页的功能方便地嵌入到应用程序之中。CEF依赖于chromium浏览器,所以chromium对HTML5的支持和性能上的优势,都得以继续在CEF中体现出来。但是,根据实际测试的结果来看,情况可能并非如此。首先,其对GPU硬件加速的支持不是很好,这时因为它会把GPU内存读回到CPU内存,速... [阅读全文]
ė8,200 浏览数 61条评论 0

Ɣ回顶部

无觅相关文章插件,快速提升流量