|
-
Aug 5th, 2001, 03:12 PM
#1
Thread Starter
Hyperactive Member
Question For Anyone...
Does any one know where to get/or have an ocx that turns normal text into speech?
Any help would be greatly appreciated,
-Andrew
-
Aug 5th, 2001, 03:15 PM
#2
PowerPoster
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
-
Aug 5th, 2001, 03:15 PM
#3
Member
There is one that comes with VB (or at least, is on my system ): Microsoft Text-To-Speech
-
Aug 5th, 2001, 03:26 PM
#4
Thread Starter
Hyperactive Member
Thanks
I tried it but I dont exactly know how to use it, I tried speak, sayit, speaker, what thing do I use?
-Andrew
-
Aug 5th, 2001, 06:56 PM
#5
Frenzied Member
VB Code:
TextToSpeech1.Speak "Hello. You Have Mail"
-
Aug 6th, 2001, 06:08 PM
#6
Thread Starter
Hyperactive Member
Umm...
Run-time error '-2147220986 (80040206)':
Method 'Speak' of object 'ITexToSpeech' failed
Thats the message I get every time I put in
Code:
TextToSpeech1.Speak "Hello. You Have Mail"
-Andrew
-
Aug 6th, 2001, 06:12 PM
#7
Frenzied Member
Try unregistering and reregistering the Control
-
Aug 7th, 2001, 03:23 PM
#8
Thread Starter
Hyperactive Member
Ok...
I guess I am extremely new at this, how do you unregister it then register it again?
-Andrew
-
Aug 7th, 2001, 03:59 PM
#9
PowerPoster
Register: Regsvr32.exe [path to ocx]
UnRegister: Regsvr32.exe /u [path to ocx]
-
Aug 7th, 2001, 04:26 PM
#10
Thread Starter
Hyperactive Member
How...
How do I use that?
-Andrew
-
Aug 7th, 2001, 04:33 PM
#11
transcendental analytic
shell it
Type it in Run or command prompt
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|