VB script and Api Function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good evening everybody,

Is there anybody who knows whether I can launch an API function by vbscript.

Would be grateful if someone puts me on the right path
 
Hi,

API calls are not natively supported. You could write a COM object as a dll
and call its methods after CreateObject call.
Visual "insert buzz language here" can create COM attributed dlls for you.
Even VB6 does a good job. You could try that.
I use VC++ 8.0 SP1 ATL *NON* .NET mostly.

Good luck,
CreateWindow
http://justpageprobe.com
The FREE Web page utility you always wanted.
Monitor your enterprise Web Servers.
Keep your router connected.
Email your IP to where you need it.
 
Back
Top