2011年5月22日 星期日
Chromium浏览器更新器
DELPHI盒子| Delphi盒子 |16:05:00
功能:自动更新Chromium浏览器 开发语言:Delphi 7.0 第三方控件:TRzTrayIcon
2011年5月19日 星期四
以前发布的工具箱的代码
不得闲| 得闲笔记 |09:12:00
QQ2009版的皮肤控件已经免费开放了,任何人可以下载使用!很久之前(应该是一年多以前吧),我用QQ2009皮肤写了一个工具箱的,发布在这里,如下实际上这个代码写的相当简陋,当时是想写好来的,后来发现了音速启动,于是就懒得写了,有了现成的,何不使...
Check if a given File Name is Valid using Delphi
About.com| About.com Delphi Programming |02:00:11
inDelphi TIPS:: If you have an application that operates on the file system and one of the tasks of the application is creating or manipulating files you might ...Read Full Post
Refactor
Embarcadero| CodeCentral Delphi Submissions |01:22:28
Has collect text regions. Check region collision. Validate event for prepare. Convert and group convert events.
2011年5月18日 星期三
现在, Delphi 的多线程已经非常易用了!
万一| 万一的 Delphi 博客 |13:27:00
先看一个非多线程的例子, 代码执行时不能进行其它操作(譬如拖动窗体):{自定义方法: 在窗体上绘制...} procedure MyMethod; var i: Integer; begin for i := 0 to 500000 do begin Form1.Canvas.Lock; Form1.Canvas.TextOut(10, 10, IntToStr(i)); ...
2011年5月16日 星期一
Themed owner-drawn TTabControl and TPageControl v1.2
Embarcadero| CodeCentral Delphi Submissions |16:54:17
Provides the source for TTabControlEx and TPageControlEx components that extend TTabControl and TPageControl respectively so as to maintain theming when the OwnerDraw property is set to True (this is useful for if you want to just change the font ...
如何使用 TStringGrid 呈现大量的颜色信息 - 回复 "冷公子" 的问题
万一| 万一的 Delphi 博客 |15:16:00
"冷公子" 同学需要在 TStringGrid 中通过颜色显示大量信息, 给出的方案是: 建立一个对应的颜色数组.参考代码:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Grids, StdCtrls; type TFo...
Guest speaker at Delphi Developer Days 2011, Amsterdam
Bob Swart| Dr.Bob’s Delphi Notes |05:07:31
Today, I'm the guest speaker (Building Web and Mobile Applications with VCL for the Web) at the Delphi Developer Days 2011 in Amsterdam, organised by Cary Jensen and Marco Cantu.
2011年5月15日 星期日
在 StringGrid 上画线时, 使用 GDI+ 以消除锯齿 - 回复 "gsjn_8888_6666" 的问题
万一| 万一的 Delphi 博客 |11:56:00
问题来源:http://www.cnblogs.com/del/archive/2009/12/24/1631729.html#2097194GDI+ 接口: http://www.cnblogs.com/del/archive/2009/12/11/1621790.html示例代码:uses GdiPlus; procedure TForm1.StringGrid1DrawCell(Sender: TObject; ACol, ARow: Integer; Rect...
2011年5月14日 星期六
关于显示透空歌词的思路 - 回复 "zhaoboaidelphi" 的问题
万一| 万一的 Delphi 博客 |16:42:00
问题来源:http://www.cnblogs.com/del/archive/2009/12/22/1629717.html#20967341、使用 TransparentColor、TransparentColorValue 给窗体指定透明色;2、绘制非透明色的文本, 用 TLabel 呈现文本也可;3、处理 WM_NCHITTEST 消息使窗体能够被拖动;4、用 Ese 键退出.测...
ProDelphi 25.5 - Profiler for Delphi
Embarcadero| CodeCentral Delphi Submissions |14:53:49
ProDelphi is a source instrumenting profiler.Unlike sampling profilers ProDelphi supplies exact measurement results for ALL procedures and not only for those which are executed at snap shot time.Features:Built-in viewer,Caller - Called graph,Cycli...
2011年5月12日 星期四
发现 TSplitter 在嵌套时不好用, 索性写了个替代品
万一| 万一的 Delphi 博客 |17:50:00
代替 TSplitter 的 TDirPanel 类:unit DirPanel; interface uses Classes, Controls, Forms, ExtCtrls; type TDirPanel = class(TCustomPanel) private FLine: TPanel; B: Boolean; F: Integer; protected procedure LineMouseDown(Sende...
唤醒控件曾经拥有的能力
万一| 万一的 Delphi 博客 |10:46:00
控件的祖先 TControl 有很多功能, 但它的有些子孙确丧失了很多(为了专用).譬如 TBevel 就基本就没有把一些常规的事件继承下来, 那些没有被继承的功能一般都隐藏在 protected 区, 如果重新继承是可以使用的.这里尝试了另外一种方法: 自己没有继承时, 问一问有继承的兄...
2011年5月11日 星期三
find the maximum of a triangle
Embarcadero| CodeCentral Delphi Submissions |13:07:36
input: a triangle of numbersoutput: the path from head to base that contains the maximum sum.for example for the triabgle input: 2 7 9 9 9 5 ...
2011年5月10日 星期二
Cindy components pack v4.141
Embarcadero| CodeCentral Delphi Submissions |02:50:29
Package with more than 40 components for all delphi versions to build windows applications. - Gradient controls (buttons, speedbuttons, panels) with features like colored bevels, wallpaper, shadowText. TcyCommunicate and TcyCommRoomConnector allow...





冀公网安备 13098202000212号