Does any one know where to get/or have an ocx that turns normal text into speech?
Any help would be greatly appreciated,
-Andrew
Printable View
Does any one know where to get/or have an ocx that turns normal text into speech?
Any help would be greatly appreciated,
-Andrew
Microsoft has a Text-To-Speech OCX. If you have it, check for it in your components dialog under the name stated above.
If you don't have it, try doing a search at http://www.microsoft.com
There is one that comes with VB (or at least, is on my system :D): Microsoft Text-To-Speech
I tried it but I dont exactly know how to use it, I tried speak, sayit, speaker, what thing do I use?
-Andrew
VB Code:
TextToSpeech1.Speak "Hello. You Have Mail"
Run-time error '-2147220986 (80040206)':
Method 'Speak' of object 'ITexToSpeech' failed
Thats the message I get every time I put in
-AndrewCode:TextToSpeech1.Speak "Hello. You Have Mail"
Try unregistering and reregistering the Control
I guess I am extremely new at this, how do you unregister it then register it again?
-Andrew
Register: Regsvr32.exe [path to ocx]
UnRegister: Regsvr32.exe /u [path to ocx]
How do I use that?
-Andrew
Type it in Run or command prompt