论坛


2008年12月30日 星期二

图片的合并与缩放 - 回复 "錢亞兵" 的问题

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

问题来源:http://www.cnblogs.com/del/archive/2008/12/30/1316584.html#1417644unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TB...

线程方式,缩略图方式显示图片.(ACDSEE)

DELPHI盒子| Delphi盒子 |16:12:00

线程方式,缩略图方式显示图片.(ACDSEE) 线程方式显示有点问题, 如果哪位大侠改好了, 麻烦告诉一下, 谢谢

C# 语法练习(4) - 类型转换

万一| 万一的 Delphi 博客 |14:37:00

使用 Convert 类:ToBoolean -> bool ToByte -> byte ToChar -> char ToDateTime -> DateTime ToDecimal -> decimal ToDouble -> double ToInt16 -> short ToInt32 -> int ToInt64 -> long ToSByte -> sbyte ToSingle -> float ToString ...

External Blog Post: Migrating a Project to Delphi Prism from Delphi.NET

CodeGear| CodeGear-CDN Delphi |14:05:58

C# 语法练习(3) - 运算符

万一| 万一的 Delphi 博客 |11:53:00

基本: . () [] x++ x-- new typeof checked unchecked -> :: 一元: + - ! ~ ++x --x (T)x True False & sizeof 乘除: * / % 加减: + - 移位:> 关系:= is as 相等: == != 逻辑: & ^ | 条件: && || 赋值: = += -= *= /= %= &= |...

xMouse - Full source code Delphi Application: Mouse Beams

About.com| About.com Delphi Programming |04:17:53

in Source Code Projects :: What if the mouse arrow would be positioned in the center of two crossing beams, one horizontal and one vertical - both extending to the...