|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
activating Microsoft sam speech engine through a program written in VB
Can any one help me with this?
I am trying to write a program that allows the user to simply click a button and when they do, it launches the Microsoft Narator. Looking on other posts, I saw someone trying to Launch Trillian using Shell, however, this did not work in my case. So, does anybody have any ideas on how to do this? (Code example would help) Thanks |
|
#2
|
|||
|
|||
|
found it
put this code in the body of a click Method. This will let you turn on the Microsoft Sam speech engine on XP systems or any other that has it.
Dim MyProcess As Process = System.Diagnostics.Process.Start("C:\WINDOWS\system32\Narrator.exe") |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > activating Microsoft sam speech engine through a program written in VB |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|