linyawen

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

08 2011 档案

摘要:TWebbrowse加载 html文件出错,打开 某种网址出错。直接nevigate打开https://www.paypal.com出现的错误,同时页面中的连接就无法再在tWEBbrowser中访问了.有办法解决这个错误么unit UnIT1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, OleCtrls, SHDocVw;type TForm1 = class(TForm) WebBrowser1: TWEBBrowser; procedure 阅读全文
posted @ 2011-08-30 09:56 linyawen 阅读(843) 评论(0) 推荐(0)

摘要:http://che19870620.blog.163.com/blog/static/877858402010101141522393/http://wenku.baidu.com/view/a5d049d97f1922791688e8c9.html 阅读全文
posted @ 2011-08-30 09:37 linyawen 阅读(565) 评论(0) 推荐(0)

摘要:http://wenku.baidu.com/view/733e8534eefdc8d376ee3218.html 阅读全文
posted @ 2011-08-26 10:01 linyawen 阅读(427) 评论(0) 推荐(0)

摘要:http://www.cnblogs.com/del/archive/2011/05/18/2049913.html 阅读全文
posted @ 2011-08-26 09:26 linyawen 阅读(727) 评论(0) 推荐(0)

摘要:http://apps.hi.baidu.com/share/detail/36620276 阅读全文
posted @ 2011-08-26 08:52 linyawen 阅读(584) 评论(0) 推荐(0)

摘要:http://hi.baidu.com/dq007dq/blog/item/39db452eccb404564fc226f9.html 阅读全文
posted @ 2011-08-24 15:04 linyawen 阅读(245) 评论(0) 推荐(0)

摘要:转自-- http://www.cnblogs.com/freespider/archive/2009/12/24/1631404.htmlDelphi正则表达式使用方法(TPerlRegEx)目前主流的delphi下的正则表达式,应该是PerlRegEx。 官方网站:http://www.regular-expressions.info/delphi.html直接下载:http://www.regular-expressions.info/download/TPerlRegEx.zip安装方法(我使用的delphi版本是delphi2007):1、先把解压的TPerlRegEx文件夹放在D. 阅读全文
posted @ 2011-08-22 11:31 linyawen 阅读(2714) 评论(1) 推荐(1)

摘要:http://apps.hi.baidu.com/share/detail/34900490学习DELPHI时为了美化程序,所以在网上找到了这个插件!1. VCLSkin综述VCLSkin是一个能让Delphi程序变得非常漂亮的控件包. 它允许允许软件开发人员不用修改程序代码便把软件界面变得非常漂亮。它的美化支持窗体和控件和菜单。VCLSkin同时也提供了大量高质量的skin(皮肤)让你应用于你的程序。2. VCLSkin特点VCLSkin是一个用于让用户的程序界面更加漂亮的扩展控件。 它允许软件开发人员不用修改源代码就能让他们的程序界面更加漂亮。一个标准的程序界面能在窗体放入VCLSkin控 阅读全文
posted @ 2011-08-12 00:46 linyawen 阅读(7804) 评论(0) 推荐(0)

摘要:http://www.cnblogs.com/felixYeou/archive/2008/08/27/1277250.htmlhttp://bbs.cnpack.org/viewthread.php?tid=1399 阅读全文
posted @ 2011-08-05 00:49 linyawen 阅读(382) 评论(0) 推荐(0)

摘要:这里先说说两个概念:Theme(主题)和 Visual Style 。Theme 最早出现在 Microsoft Plus! for Windows 95 中,是 Windows 中 Wallpaper、Cursors、Fonts、Sounds 、Icons 等的设置值集合。Visual Style 在 Windows XP 中才被引入,Visual Style 规定了 Contorls 的外观,另外还包括使用这些外观的一套 API 。使用 Visual Style 必须要 ComCtl32.dll 6,而 ComCtl32.dll 6 是不能被分发到以前版本的 Windows 中的,所以只能 阅读全文
posted @ 2011-08-03 01:37 linyawen 阅读(1362) 评论(0) 推荐(1)