Guest mmckenna_itpro@hotmail.com Report post Posted 03/29/2004 08:59 PM 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
SupportTeam Report post Posted 03/29/2004 10:01 PM 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