Guest mr_mon21 Report post Posted 04/27/2007 03:55 AM Hi Support. Can I Integrate the Vg to Vb6.0? Share this post Link to post
SupportTeam Report post Posted 04/27/2007 04:03 AM VoiceGuide supports a COM interface, so you can easily integrate VB6 applications with VoiceGuide. You can late bind to VoiceGuide's COM interface by creating the VoiceGuide.CommandLink object. What type of application are you looking to deploy? Most of the time there is no need to write programs as you can do most of advanced integration work form within a VBScript module. Have you looked at VoiceGuide's VBScript modules? Share this post Link to post
Guest mr_mon21 Report post Posted 04/27/2007 04:36 AM VoiceGuide supports a COM interface, so you can easily integrate VB6 applications with VoiceGuide. You can late bind to VoiceGuide's COM interface by creating the VoiceGuide.CommandLink object. What type of application are you looking to deploy? Most of the time there is no need to write programs as you can do most of advanced integration work form within a VBScript module. Have you looked at VoiceGuide's VBScript modules? a tnx... i just trying to make an interface but some other funtions are in VG. can you give me a sample code for the commadlink object..for example accepting a call, or dialing a number? Share this post Link to post
SupportTeam Report post Posted 04/27/2007 04:50 AM There are examples in the VoiceGuide's Help file. Here is a link to an online copy of a Help file's section on the COM function for loading an outgoing call: http://www.voiceguide.com/vghelp/html/com_...tDialQueAdd.htm Share this post Link to post
Guest mr_mon21 Report post Posted 04/27/2007 05:17 AM There are examples in the VoiceGuide's Help file. Here is a link to an online copy of a Help file's section on the COM function for loading an outgoing call: http://www.voiceguide.com/vghelp/html/com_...tDialQueAdd.htm Thanks and God Bless. Share this post Link to post