看看我最关心的动态库中到底有多少函数 - gdiplus.dll
摘要:获取方法: 运行: tdump.exe C:\windows\system32\gdiplus.dll c:\temp\gdiplus.txt GdipAddPathArc GdipAddPathArcI GdipAddPathBezier GdipAddPathBezierI GdipAddPathBeziers GdipAddPathBeziersI GdipAddPathClosedCu...
阅读全文
posted @
2008-03-11 23:46
万一
阅读(7300)
推荐(0) 编辑
Delphi 7 以来的语法等变化
摘要:New Delphi language features since Delphi 7 New IDE features since Delphi 7 New VCL features since Delphi 7 Debugger Enhancements since Delphi 7
阅读全文
posted @
2008-01-10 16:15
万一
阅读(2901)
推荐(0) 编辑
推荐一套 Delphi 入门级视频
摘要:Title Description Link #1 Intro to the IDE web • zip #2 Hello World web • zip #3 Basic Application Development web • zip #4 Language Introduction web • zip #5 More Lanugage Int...
阅读全文
posted @
2008-01-10 13:18
万一
阅读(4907)
推荐(0) 编辑
软件版本称呼
摘要:alphal - 内部测试版 beta - 外部测试版 demo - 演示版 Enhance - 增强版或者加强版,属于正式版 Free - 自由版 Full version - 完全版, - 属于正式版 shareware - 共享版 Release - 发行版, - 有时间限制 Upgrade - 升级版 Retail - 零售版 Enterprise ...
阅读全文
posted @
2007-12-28 21:11
万一
阅读(2494)
推荐(0) 编辑
鼠标相关操作
摘要:GetCursorPos; //获取 SetCursorPos; //设置 ClientToScreen; //转换 ScreenToClient; //转换
阅读全文
posted @
2007-12-17 18:08
万一
阅读(2032)
推荐(0) 编辑
清除 Windows 系统垃圾的 bat
摘要:@echo off echo 正在清除系统垃圾文件,请稍等...... del /f /s /q %systemdrive%\*.tmp del /f /s /q %systemdrive%\*._mp del /f /s /q %systemdrive%\*.log del /f /s /q %systemdrive%\*.gid del /f /s /q %systemdrive%\*.chk...
阅读全文
posted @
2007-11-27 10:02
万一
阅读(3938)
推荐(0) 编辑
测试代码
摘要:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) procedure FormCreate(Sender: TObject); private ...
阅读全文
posted @
2007-11-12 17:49
万一
阅读(4572)
推荐(0) 编辑