Guest arun9382834916 Report post Posted 12/19/2007 12:37 PM Set vg = CreateObject("vgservices.CommandLink") vg.Run_ResultReturn 1, tmpWav set vg = Nothing This part of the VB Script throws me the error.. Pls hlp.. Share this post Link to post
Guest arun9382834916 Report post Posted 12/19/2007 12:50 PM Activex component cant create "vgservices.commandlink" error Share this post Link to post
SupportTeam Report post Posted 12/20/2007 12:45 AM In v6 you need to use: CreateObject("VoiceGuide.CommandLink") Please see the Help file which came with v6. The online examples which use CreateObject("vgServices.CommandLink") are designed to be used with VoiceGuide v7 Share this post Link to post