- 软件大小: 241KB
- 软件语言: 简体中文
- 软件类别: 国产软件 | 系统其它
- 运行环境: 2000/Xp/2003/Vista/Win7
- 授权方式: 免费版
- 软件等级:
- 更新时间: 2013/3/22 15:03:50
- 开 发 商:
软件介绍:
SysAbout(调用系统的关于),sysabout是一个在windows环境下的一款十分好用的dll,帮助大家更简单地调用系统的“关于”。
接口说明:
vc : int sysabout(lpctstr name, lpctstr info)
vb : public declare function sysabout lib “about.dll” (byval name as string, byval info as string) as long
易语言:dll命令名:sysabout | dll库文件名:about.dll | 在dll库中对应命令名:sysabout|参数名:name 文本型 info 文本型
注释:name为软件标题 info为附加信息
关键字: SysAbout 调用 系统 关于