VoiceGuide IVR Software Main Page
Jump to content

Using .net Class In Vbscript?

Recommended Posts

How can i use system.net.webclient class in vbscript. Because i need to post form data to web in voiceguide.

Share this post


Link to post

VBScript uses COM to interact with external objects, therefore, .NET objects can be called using COM Interop.

 

Good guidelines for making this possible are described here.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×