distribute vb application with speech 
Author Message
 distribute vb application with speech

I have wrote a simple program using Visual Basic 6. I have used the
following routine to generate a speech. I am using the SAPI SDK 5.1. I have
problem distributing this application to my son's computer. I solved this by
installing the SDK into his computer.

Is there a simple and easy way out without installing the SDK to his
computer???

Private Sub Speech(Word As String)
    Set Voice = New SpVoice
    Voice.Speak Word, SVSFlagsAsync
Exit Sub



Mon, 21 Jun 2004 17:21:58 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. distribute vb application with speech

2. Distributing VB Application which includes OLB files

3. VB.Net Distributed application example.

4. VB 4.0 : PRB with distributing an application that uses COMDLG32.OCX

5. HELP and ADVICES NEEDED !!! VB 4.0 DISTRIBUTED APPLICATION

6. Distributing VB files with Application

7. DAO for distributed VB applications

8. Distributing VB Application through the Network

9. Distributing VB Application like a ActiveX Document

10. Distributing VB applications

11. Distributing VB Applications

12. VB 4.0 : PRB with distributing an application that uses COMDLG32.OCX

 

 
Powered by phpBB® Forum Software