Hi,
I am running VB6 under windows XP Professional.. I added the 'Microsoft
Direct Text-To-Speech' component, named it spkSpeak and added the following
code in Form(Load): spkSpeak.Speak "You have selected Microsoft Sam.".
The weird thing is that when I run the program nothing happens.
Microsoft Sam is automatically installed when windows is installed, there
must be some way to use this function. Does anyone here knows how it can be
used in a VB application? (preferably without installing other programs)
Thanks,
Chris
I am running VB6 under windows XP Professional.. I added the 'Microsoft
Direct Text-To-Speech' component, named it spkSpeak and added the following
code in Form(Load): spkSpeak.Speak "You have selected Microsoft Sam.".
The weird thing is that when I run the program nothing happens.
Microsoft Sam is automatically installed when windows is installed, there
must be some way to use this function. Does anyone here knows how it can be
used in a VB application? (preferably without installing other programs)
Thanks,
Chris
Comment