Results 1 to 11 of 11

Thread: Question For Anyone...

  1. #1

    Thread Starter
    Hyperactive Member flame_211's Avatar
    Join Date
    Jun 2000
    Location
    I dont really think I know where I am???
    Posts
    393

    Question 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
    Reach me at:
    AIM: FlameWide
    AIM: Itz deep6
    MSN/Email: [email protected]

    Check out these sites:
    My Blog

  2. #2
    PowerPoster eiSecure's Avatar
    Join Date
    Jul 2000
    Location
    Texas
    Posts
    2,209
    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

  3. #3
    There is one that comes with VB (or at least, is on my system ): Microsoft Text-To-Speech

  4. #4

    Thread Starter
    Hyperactive Member flame_211's Avatar
    Join Date
    Jun 2000
    Location
    I dont really think I know where I am???
    Posts
    393

    Thanks

    I tried it but I dont exactly know how to use it, I tried speak, sayit, speaker, what thing do I use?

    -Andrew
    Reach me at:
    AIM: FlameWide
    AIM: Itz deep6
    MSN/Email: [email protected]

    Check out these sites:
    My Blog

  5. #5
    Frenzied Member
    Join Date
    Jan 2000
    Location
    Brooklyn NY USA
    Posts
    1,258
    VB Code:
    1. TextToSpeech1.Speak "Hello. You Have Mail"

  6. #6

    Thread Starter
    Hyperactive Member flame_211's Avatar
    Join Date
    Jun 2000
    Location
    I dont really think I know where I am???
    Posts
    393

    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
    Reach me at:
    AIM: FlameWide
    AIM: Itz deep6
    MSN/Email: [email protected]

    Check out these sites:
    My Blog

  7. #7
    Frenzied Member
    Join Date
    Jan 2000
    Location
    Brooklyn NY USA
    Posts
    1,258
    Try unregistering and reregistering the Control

  8. #8

    Thread Starter
    Hyperactive Member flame_211's Avatar
    Join Date
    Jun 2000
    Location
    I dont really think I know where I am???
    Posts
    393

    Ok...

    I guess I am extremely new at this, how do you unregister it then register it again?

    -Andrew
    Reach me at:
    AIM: FlameWide
    AIM: Itz deep6
    MSN/Email: [email protected]

    Check out these sites:
    My Blog

  9. #9
    PowerPoster eiSecure's Avatar
    Join Date
    Jul 2000
    Location
    Texas
    Posts
    2,209
    Register: Regsvr32.exe [path to ocx]
    UnRegister: Regsvr32.exe /u [path to ocx]

  10. #10

    Thread Starter
    Hyperactive Member flame_211's Avatar
    Join Date
    Jun 2000
    Location
    I dont really think I know where I am???
    Posts
    393

    Question How...

    How do I use that?

    -Andrew
    Reach me at:
    AIM: FlameWide
    AIM: Itz deep6
    MSN/Email: [email protected]

    Check out these sites:
    My Blog

  11. #11
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    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
  •  



Click Here to Expand Forum to Full Width