Results 1 to 4 of 4

Thread: Something on webcams and serial ports... (and voice ctrls)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Italy
    Posts
    90

    Smile

    Hi everyone,
    i have a pair of questions for you! Help me please!
    1) How can i manage my webcam in a VB program? Is there a control for this?
    2) And for the serial(or parralel) port?
    3) Does anybody know how to make my directSS speak in italian? It speaks only in english or with english pronunciation!
    4) Can you explain me how to use voice recognition in VB?

    Thanks a lot!

  2. #2
    Guest
    2) Try the MSComm Control

    3) You can change the language for both DirectSS and DirectSR controls by the LanguageID method. You can try something like this.
    Code:
    DirectSS1.LanguageID (&H10)
    I cannot test the result because I do not have other languages installed on my system.

    4) I explained how to use Voice Recognition in you other post.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Italy
    Posts
    90
    Does not work; i tried to change the language but he goes on speaking in english... Sob!

  4. #4
    Guest
    Do you have the Itallian Language DLL installed in your system? (Also, remember that it will not translate words for you)

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