论坛


2009年1月2日 星期五

Colored TButton - TColorButton - Delphi Button with Color Properties

About.com| About.com Delphi Programming |03:00:06

ARTICLES :: Full source code of the TColorButton Delphi component, an extension to the standard TButton control, with font color, background color and mouse-over color properties. Read the full article to...

2009年1月1日 星期四

C# 语法练习(8) - 函数

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

无参、无返回值的函数:using System; class MyClass { static void Show() { Console.WriteLine("function"); } static void Main() { Show(); //function Console.ReadKey(); } }参数:using System; class MyC...

C# 语法练习(8): 函数

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

无参、无返回值的函数:using System; class MyClass { static void Show() { Console.WriteLine("function"); } static void Main() { Show(); //function Console.ReadKey(); } }参数:using System; class MyC...

C# 语法练习(7) - 数组

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

字符串数组:using System; class MyClass { static void Main() { string[] arr = new string[3] { "aa", "bb", "cc" }; foreach (string s in arr) Console.WriteLine(s); // aa/bb/cc Console.ReadKey(); } }整数数组:usin...

纯flash界面的《市级气象业务综合工作平台》(含源码)

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

一、纯flash界面,动感十足。 二、包含delphi源码及flash源码。 三、有声音互动。 四、点击按钮无反应,是因为目标程序不存在,这只是一个shell。

2008年12月31日 星期三

C# 语法练习(6) - 枚举

万一| 万一的 Delphi 博客 |17:04:00

显示枚举、枚举值、枚举名:using System; class MyClass { enum MyEnum { AA, BB, CC }; static void Main() { MyEnum e = MyEnum.CC; Console.WriteLine(e); // CC Console.WriteLine((byte)e); ...

Delphi ListView用法

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

http://hi.baidu.com/mixthon/blog/item/81f9a4c223f5aa1e0ff47739.htmlhttp://www.th7.cn/Article/bc/de/200709/67339_2.htmlDelphi ListView用法2008年05月25日 星期日 09:48阅读全文类别:delphi编程 查看评论

delphi TreeView和ImageList

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

http://hi.baidu.com/qweruioppo/blog/item/f6553603e2c1be8dd53f7c56.html2008-05-19 10:47TreeView和ImageList通常是在一起使用的,阅读全文类别:delphi编程 查看评论

Disk Data Wiping Utility

delphi3000| delphi3000.com |12:00:00

Disk data wiping utility permanently removes all deleted data from hard disk

Windows FAT Data Rescue Software

delphi3000| delphi3000.com |12:00:00

Windows FAT Data Rescue Software

显示系统托盘列表(并执行隐藏与显示) - 回复 "anybet" 的问题

万一| 万一的 Delphi 博客 |09:24:00

问题来源:http://www.cnblogs.com/del/archive/2008/12/30/1364557.html#1417716本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls; type TForm1 ...

NvAPI - NVIDIA API - header translation

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

Header translation nvapi.h => NvAPI.pasDate: Aug 24, 2008File: nvapi.hNvAPI provides an interface to NVIDIA devices. This file contains the interface constants, structure definitions and function prototypes.Target Profile: developerTarget O...

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 ...

« 上一页

下一页 »