Returns the name and product code of binary information (such as bitmaps, icons, executable files, and so on) used by a Windows Installer application. This script require...
http://www.jb51.net//article/10361.htm
Demonstration script that uses Microsoft Word to locate all the .mp3 files stored on drive C of the local computer[code]Set objWord = CreateObject("Word.Application")Set objDoc =&n...
http://www.jb51.net//article/10343.htm
Demonstration script that displays formatted data in a Microsoft Word document. [code]Set objWord = CreateObject("Word.Application")objWord.Visible = TrueSet objDoc = objWord.Documents.Add()Set objSel...
http://www.jb51.net//article/10339.htm
Demonstration script that retrieves service data from a computer and then displays that data in a formatted table in Microsoft Word. [code]Set objWord = CreateObject("Word.Applicat...
http://www.jb51.net//article/10336.htm
Script Code[code]Const xpRangeAutoFormatList2 = 11 Set objExcel = CreateObject("Excel.Application") objExcel.Visible = True Set objWorkbook = objExcel.Workbooks.Add() Set objWorksheet = objWorkbook.Workshe...
http://www.jb51.net//article/10300.htm
Script Code[code]Set objExcel = CreateObject("Excel.Application") objExcel.Visible = True objExcel.Workbooks.Add objExcel.Cells(1, 1).Value = "Test value" objExcel.Cells(1, 1).Font.Bold = TRUE objExcel.Cells(1,...
http://www.jb51.net//article/10299.htm
DescriptionReturns the name and product code of binary information (such as bitmaps, icons, executable files, and so on) used by a Windows Installer application. Script Code[c...
http://www.jb51.net//article/10294.htm
DescriptionReturnsinformationabouttheInternetproxyserverusedbyacomputer.SupportedPlatformsWindowsServer2003YesWindowsXPYesWindows2000NoWindowsNT4.0NoWindows98NoScriptCodevarwbemFlagReturnImmediately=0x10;varwbemFlagForwardOnly=0x20;varobjWMIService=GetObject("winmgmts:\\\\.\\root\\CIMV2");varcolItem...
http://www.jb51.net//article/10291.htm
/* value: 值; byteLength:数据库字节长度 title:字段中文名称 attribute:属性名称 使用方法说明:添加 (1) onkeyup="limitLength(this.value,100,’名称’,’name’)" (2) id="name" 或【struts标签】styleId="name" 注意:id名称和 at...
http://www.jb51.net//article/10278.htm
简介:完全通过html不需要写js程序就可以实现表单验证功能,可支持一个表单元件多条件验证 和服务端程序无关系,完全客户端方式。 使用方法:在要验证的表单中加上 onsubmit="return validator(this)" 在要验证的表单元件中设置,valid(验证规则),errmsg(提示消息),多个验证使用|全为分隔! 验证规则参数: [code]required 必填 isEmail 必须是Email格式 eqaul 和另一元件对比值是否相...
http://www.jb51.net//article/10261.htm
虽然微软和显示芯片厂商明确表示WindowsXP将不支持DirectX10以及其诸多特性,但黑客们却不这么认为,他们将WindowsVista下面的DirectX截取并尝试在XP上实现ShaderModel4.0和几何渲染特性,现在相关的文件已经出现在文件存储站点,文件大小60MB,相关的介绍还没收到,也没经过测试,白鼠们试试看吧..DirectX10V!$t@,sharpenedunderXP.1.improvedwithpossibilityprogrammings(ShaderModel4.0andgeometricsheyder);2.strictapparatusspecificat...
http://www.jb51.net//article/10145.htm
