论坛


2009年3月5日 星期四

Delphi : 装扮改变Hint字体颜色:工具提示条

幸福苹果| 幸福苹果-delphi |11:36:00

装扮改变Hint字体颜色:工具提示条什么是工具提示条?在阅读全文类别:delphi编程 查看评论

Delphi遍历文件夹及子文件夹(转)

幸福苹果| 幸福苹果-delphi |11:32:00

Delphi遍历文件夹及子文件夹(转)http://hi.baidu.com/davis8/blog/item/684fcf01fdfb0904728da526.html遍历文件夹及子文件夹,实质上就是遍历二叉树。这个是别个的代码,看了觉得挺好的,就引过来。阅读全文类别:delphi编程 查看评论

Delphi TCP/IP 下载文件(分块下载,带进度条显示)

幸福苹果| 幸福苹果-delphi |11:31:00

http://blog.sina.com.cn/myblackskyDelphi TCP/IP 下载文件(分块下载,带进度条显示)(2009-02-26 12:08:29)阅读全文类别:delphi编程 查看评论

Delphi Tcp/IP 上传文件(分块上传,带进度条显示)

幸福苹果| 幸福苹果-delphi |11:30:00

Delphi Tcp/IP 上传文件(分块上传,带进度条显示)(2009-02-261http://blog.sina.com.cn/myblacksky2:17:42)阅读全文类别:delphi编程 查看评论

Native Precise Tracking Garbage Collector

CodeGear| CodeGear-CodeCentral Delphi |06:17:58

Native precise tracking garbage collector for Delphi, based on a sweep-and-mark algorithm and lock-less linked lists, that can be used in either incremental mode or stop-the-world mode. It does not replace the built in memory manager, but supports...

Turbo Delphi 2006 Explorer

CodeGear| CodeGear-CodeCentral Delphi |02:30:45

<p>Turbo Delphi Explorer Free Download, Full Product, French</p><h4>Important: You must download and install the following prerequisites before installing your Turbo product</h4><p>The prerequisite installer will inst...

Folder SIZE - Size of a Folder with SubFolders in a Tree (with full Delphi source)

About.com| About.com Delphi Programming |02:00:36

Free Code Apps. :: Folder SIZE displays a tree view of subfolders within a folder, number of subfolders (with a Pie Chart of the subfolder disk space usage), subfolder sizes,...

AlphaControls Lite Edition v6.15

CodeGear| CodeGear-CodeCentral Delphi |01:55:22

AlphaControls Lite Edition is a part of the AlphaControls package which can work without any limitations in Delphi 5/6/7/2005/2006/2007/2009 and C++ Builder 6/2006/2007/2009 under Windows XP and newer. By using these components you can see the bas...

AlphaControls 2009 v6.15

CodeGear| CodeGear-CodeCentral Delphi |01:23:24

AlphaControls is an easy-to-use universal and powerful tool for developing original skinned and non-skinned business/media applications. We have also added some properties, which make AlphaControls (and the applications that use them) unique. - ...

2009年3月4日 星期三

理顺 JavaScript (18) - 语句及运算符

万一| 万一的 Delphi 博客 |21:42:00

if (..) { ... } else if (..) { ... } else { ... }switch (..) { case A: ... break; case B: ... break; case C: ... break; default: ... break; }while (..) { ... } do ... while (..); for (i=0; i10; i++) { ... } for (v in x) { ... } //循...

用 API 实现的获取文本容器中选择的文本

幸福苹果| 幸福苹果-delphi |16:59:00

用 API 实现的获取文本容器中选择的文本 - 回复 "roy.flex" 的问题问题来源:http://www.cnblogs.com/del/archive/2008/06/18/1083011.html#1229305告诉 roy.flex 同学:你的问题还是挺复杂的, 先要完成的就是这一步;再往阅读全文类别:delphi编程 查看...

理顺 JavaScript (17) - 函数

万一| 万一的 Delphi 博客 |16:58:00

函数的名称function fun() { alert(123); } fun(); //123 f = function() { alert(123); } f(); //123 msg = alert; msg(123); //123函数的返回值function fun() { var num = 1; return num; //函数可以没有 return; 如果有 之后的代码不...

用Delphi将IE收藏夹导出为HTML文件

幸福苹果| 幸福苹果-delphi |16:38:00

用Delphi将IE收藏夹导出为HTML文件http://www.cngr.cn/article/54/395/2006/2006071935446.shtml减小字体阅读全文类别:delphi编程 查看评论

外部程序获取IE页面选择文本

幸福苹果| 幸福苹果-delphi |16:22:00

http://borland.mblogger.cn/Jinjazzuses SHDocVw_TLB;{$R *.dfm}function GetSelectedIEtext: string;varx: Integer;Sw: IShellWindows;IE: HWND;beginIE := FindWindow('IEFrame', nil);sw := CoShellWindows.Create;for x := SW.Count - 1 downto 0 do &nbsp...

使用Delphi 7 编写一个IE右键菜单项目:自动保存图片

幸福苹果| 幸福苹果-delphi |16:20:00

使用Delphi 7 编写一个IE右键菜单项目:自动保存图片http://hi.baidu.com/wideblue/blog/item/ec7bf62477d3a3318744f9aa.html2007-08-07 13:31引言:     阅读全文类别:delphi编程 查看评论

« 上一页

下一页 »