|
-
Jul 31st, 2000, 07:43 AM
#1
Thread Starter
Lively Member
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!
-
Jul 31st, 2000, 08:25 AM
#2
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.
-
Jul 31st, 2000, 09:08 AM
#3
Thread Starter
Lively Member
Does not work; i tried to change the language but he goes on speaking in english... Sob!
-
Jul 31st, 2000, 10:18 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|