- Delphi写的如何清空Windows回收站中文件 2011-09-03 点击:604 评论:0
- Delphi异常堆栈跟踪+Hooking RaiseException 2011-09-03 点击:915 评论:0
- Delphi中实现文件Copy的三种方法 2011-09-03 点击:2718 评论:0
- 关于Delphi控制并口微型针式打印的问题 2011-09-03 点击:1738 评论:0
- Delphi中获取打印机设备名和端口名 2011-09-03 点击:1081 评论:0
- Delphi中获取打印任务状态 2011-09-03 点击:1780 评论:0
- Delphi中检测打印机状态 2011-09-03 点击:1391 评论:0
- Delphi中判断当前登陆用户是否是管理员 2011-09-03 点击:967 评论:0
- Delphi中利用ASM获取当前CPU的速度 2011-09-03 点击:711 评论:0
- Delphi中检查分区是NTFS还是FAT格式 2011-09-03 点击:632 评论:0
首先在程序的implementation段中定义3个常数和一个类型声明, 代码如下:const SHERB_NOCONFIRMATION = $00000001 ; SHERB_...
转载国外一技术博客,代码已经都打包了 600) this.width = 600;'> 迅雷专用高速下载 ...
1.调用API函数 procedureCopyFile(FromFileName,ToFileName:string); var f1,f2:file; Begin AssignF...
方法一:利用Delphi 的TPrinter 类 TPrinter 类是Delphi 对Windows 打印处理系统的封装,它能够帮助程序员在开发打印程序时尽可能地减少工作量。...
uses Printers; {$IFNDEF WIN32} const MAX_PATH = 144; {$ENDIF} procedure TForm1.Button1Clic...
uses Winspool, Printers; function GetCurrentPrinterHandle: THandle; var Device, Driver, Po...
function TestPrinterStatus(LPTPort: Word): Byte; var Status: byte; CheckLPT: word; begin S...
const SECURITY_NT_AUTHORITY: TSIDIdentifierAuthority = (Value: (0, 0, 0, 0, 0, 5)); SECURI...
function GetCPUSpeed: Double; const DelayTime = 500; var TimerHi, TimerLo: DWORD; Priority...
function GetHardDiskPartitionType(const DriveLetter: Char): string; var NotUsed: DWORD; Vo...