VoiceGuide IVR Software Main Page
Jump to content

Activex Interface

Recommended Posts

Is there a way to set a reference to the VoiceGuide ActiveX interface without using 'set vg = CreateObject("VoiceGuide.CommandLink")'. I want to use 'project - add reference - com' and add the reference to my project. This way the properties and methods of the object will be available at design time. I am developing in VB.NET.

 

Thanks. Mike.

Share this post


Link to post

At this stage you need to use 'vg = CreateObject("VoiceGuide.CommandLink")' etc. as per the information in the VG Help file.

 

VoiceGuide itself functions as an ActiveX server and the "VoiceGuide.CommandLink" interface is only present on system when VG is running. There is no separate design-time control available.

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
×