- Delphi音量调节及静音 2011-09-03 点击:502 评论:0
- CopyRect函数实例 2011-09-03 点击:466 评论:0
- Delphi中一个BMP图片转ICO文件的函数 2011-09-03 点击:695 评论:0
- Delphi写的一个屏幕截取函数 2011-09-03 点击:542 评论:0
- Delphi中PlaySound()函数应用 2011-09-03 点击:819 评论:0
- Delphi中使用DirectX截屏函数 2011-09-03 点击:1849 评论:0
- Delphi中一个获得窗口图象的函数 2011-09-03 点击:616 评论:0
- Delphi中直接创建位图文件CreateBitmapFile 2011-09-03 点击:990 评论:0
- SQL Server下字符串,整数转换成16进制字符串的方法 2011-09-03 点击:1795 评论:0
- 一个SQL Server中的FormatDatetime函数 2011-09-03 点击:1220 评论:1
本人编写了一个单元,四个函数,分别用于获取音量(GetVolume(DN))、设置音量(SetVolume(DN,Value))、获取静音(GetVolumeMute(DN))及设...
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Control...
typeTIconDirEntry = packed recordbWidth:Byte;bHeight:Byte;bColorCount:Byte;bReserved:Byte;...
procedure CopyScreen(x : integer; y : integer; Width : integer; Height : integer; bm : TBi...
functionPlaySound(pszSound:PChar;hmod:HMODULE;fdwSound:DWORD):BOOL;stdcall; 其中的fdwSound为...
procedure CaptureScreen(Const FileName: string);var BitsPerPixel: Byte; pD3D: IDirect3D9; ...
过程名:CreateBMPFromWindow功能:获得一个句柄为Hwnd的窗口的图象参数:Hwnd:窗体句柄 PicBitNum:图象位数(15,16,24,32)返回值:TBi...
{ 函数名称: CreateBitmapFile 功能:创建位图文件 参数说明 FileName: 要生成的文件名 Width:位图宽度 Height:位图高度 ColorTabl...
两个关SQL Server中转16进制的函数。希望能对大家有用 迅雷专用高速下载 ...
SQL Server中的类似于Delphi的FormatDateTime的函数Createfunction FormatDateTime(@Date datetime,@forma...