飘易博客(作者:Flymorn)
订阅《飘易博客》RSS,第一时间查看最新文章!
飘易首页 | 留言本 | 关于我 | 订阅Feed

Delphi第三方控件EmbeddedWB的使用方法

Author:飘易 Source:Flymorn
Categories:电脑技术 PostTime:2009-8-23 13:36:43
正 文:
    最近,飘易在做一个软件项目,需要用到Delphi第三方控件EmbeddedWB,这是一个不错的浏览器控件,比Delphi自带的Webbrowser要强悍,其实就是在Webbrowser上的二次开发。飘易把EmbeddedWB的安装方法在这里说下。
    
     EmbeddedWB安装方法:
 
1.下载压缩包,飘易下载的是EmbeddedWB v14.67.0版本,下载地址:http://www.delphifans.com/SoftView/SoftView_2705.html
2.解压整个压缩包到 lib\EmbeddedWB 下;
3.复制 lib\EmbeddedWB 下的Packages目录中的EmbeddedWebBrowser_D2007.dpk(因为飘易使用的是DELPHI2007)到Source目录里;
4.用Delphi7开发环境打开 EmbeddedWebBrowser_D2007.dpk 文件,按Optios按钮,作如下调整:
Directories/Conditionals标签Unit Output Dir=“D:\Program Files\CodeGear\RAD Studio\5.0\lib\EmbeddedWB\Source”(具体路径自行决定);
5.按Compile, 再按Install;
6.不要保存变化了的dpk文件及压缩包;
7.在具体的编译工程时,需检查该源目录(D:\Program Files\CodeGear\RAD Studio\5.0\lib\EmbeddedWB\Source)在 Delphi IDE 的 "Search Path" 路径里(Project -> Options -> irectories/Conditionals -> Search Path); 如果没有,添加这个源目录路径。否则,在使用该控件的时候,出现“File not found: 'SHDocVw_EWB.dcu'” 错误。
8.可以正常使用了。

    这里还有一篇别人的“Embedded Web Browser Delphi组件的安装”,不过是把TEmbeddedWB控件安装到 Delphi7 里的。

    下面是D2005 installing steps:

1.After downloading, Unzip the package. 
2. Put the folder that contain the package in the path "..:\Borland\BDS\3.0\lib" 
3. Open Delphi IDE and press in the menu bar On: File --> "Open"
In the open dialog, navigate to the path where you store your package to the source folder("..:\Borland\BDS\3.0\lib\EmbeddedWB_D2005\Source").
5.Choose file name "EmbeddedWebBrowser_D2005.dpk" and press open.
6.In the project manager (in the right corner) point with your mouse on the top
file ("EmbeddedWebBrowser_D2005.bdsproj"). 
Then, Right click and choose "Build"
7. And last, In the same file & menu, Press install.
8. Do not save the package changes.
9. You should make sure that the source folder is in the Delphi IDE "Search Path". If not, You must add it. 
作者:飘易
来源:Flymorn
版权所有。转载时必须以链接形式注明作者和原始出处及本声明。
上一篇:动态更改WebBrowser数据流内容
下一篇:飘易博客从Google恢复正常啦
0条评论 “Delphi第三方控件EmbeddedWB的使用方法”
No Comment .
发表评论
名称(*必填)
邮件(选填)
网站(选填)

记住我,下次回复时不用重新输入个人信息
© 2007-2010 飘易博客 Www.Piaoyi.Org 原创文章版权由飘易所有 渝ICP备07006361号