-
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) 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.
-
Does not work; i tried to change the language but he goes on speaking in english... Sob!
-
Do you have the Itallian Language DLL installed in your system? (Also, remember that it will not translate words for you)