- Delphi中通过TClientSocket获取公网(WAN)IP地址 2011-09-03 点击:1407 评论:0
- Delphi代码获取网卡物理地址三种方法 2011-09-03 点击:3904 评论:0
- Delphi中调用WMI(Win32_PingStatus)脚本实现PING命令 2011-09-03 点击:2155 评论:0
- Delphi中判断当前计算机是否加入域或工作组 2011-09-03 点击:800 评论:0
- Delphi中用位图ScanLine属性快速灰度图像 2011-09-03 点击:1353 评论:0
- Delphi编写一个Svchost.exe调用的DLL模块 2011-09-03 点击:700 评论:0
- Delphi下调用Windows API 创建窗体 2011-09-03 点击:1143 评论:0
- Delphi获取 EXE、DLL 或 ICO 文件中的图标 2011-09-03 点击:884 评论:0
调用代码示例:varip: string;beginwith TStringlist.Create dotryText := GetHTML('www.whatismyip.com...
以下是我从MSDN中翻译过来的三个Delphi单元,调用任意一个单元中声明的API都可以获取网卡的物理地址,但三个单元中的API函数的有效环境和功能各有不同,我把说明附于代码的注释...
新建个空Delphi工程,贴上以下代码即可program WMIPing;{$APPTYPE CONSOLE}uses SysUtils, ActiveX, ComObj, Var...
动态调用netapi32.dll中的API函数,示例代码:function IsInDomain: boolean;type TNetRenameMachineInDomain =...
代码调用范例:procedure TForm30.Button1Click(Sender: TObject);var bmp: TBitmap; c2g: TColor2Grays...
文件名: ServiceDll.dpr概述: 替换由svchost.exe启动的某个系统服务,具体服务由全局变量 ServiceName 决定.经测试,生成的DLL文件运行完全正常...
// Delphi 下调用Windows API 创建窗体. //program delphi;uses windows,messages;consthellostr='Hello...
//声明:ExtractIcon( hInst: HINST; {调用函数的程序实例} lpszExeFileName: PChar; {文件路径; 文件可以是 *.exe、*.d...