How can I call a Win32 API in VBScript code?
Added 28 Jul 2008
You can't natively call a
Win32 API in VBScript code, but several independent developers have
created custom components that provide this capability. Perhaps the
most popular components are Ton Plooy's DynaCall() function and Jeff
Stong's DynaWrap automation component, which is based on the DynaCall()
function.