J
John Sherry
Hi
I am trying to use the TextToSpeech ActiveX Contol (in Vtext.dll) in VBA in
a Word 2000 application running under Win2K.
I have inserted the ActiveX control into a UserForm.
I can get the ActiveX Control to speak text no problem, however I have to
use polling rather than event driven. I would of course prefer to use event
driven.
In the VBE I see 11 different events available, but the only two that seem
to occur are the "_Enter" and "_Exit" events.
If test the ActiveX control in the "ActiveX Control Test Container" supplied
with Visual C++, I do see some of the other events occuring eg "_Visual",
"_SpeakingStarted" and "_SpeakingDone" events.
Has anybody any ideas on what I'm doing wrong in VBA?
Many Thanks in Advance
I am trying to use the TextToSpeech ActiveX Contol (in Vtext.dll) in VBA in
a Word 2000 application running under Win2K.
I have inserted the ActiveX control into a UserForm.
I can get the ActiveX Control to speak text no problem, however I have to
use polling rather than event driven. I would of course prefer to use event
driven.
In the VBE I see 11 different events available, but the only two that seem
to occur are the "_Enter" and "_Exit" events.
If test the ActiveX control in the "ActiveX Control Test Container" supplied
with Visual C++, I do see some of the other events occuring eg "_Visual",
"_SpeakingStarted" and "_SpeakingDone" events.
Has anybody any ideas on what I'm doing wrong in VBA?
Many Thanks in Advance