ActiveX Document...TTS Reference Based vs Object Based 
Author Message
 ActiveX Document...TTS Reference Based vs Object Based

I am developing activex documents with Text to Speech.

As it stands now, I can make an activex doc with the "TextToSpeech" object.

The problem is that when I want to destribute my form, the Package and
Deployment Wizard in VB 6 wants to include Vtext.dll - someone with sapi
will already have this dll. I dont want to force a dll they alreadly have.
So I tried the CreateObject Method:

Dim msVoice

Set msVoice = CreateObject("TextToSpeech,TextToSpeech.1")

I am setting this on the UserDocument()Initialize event.

The CreateObject works, but I cant call its methods at the field level in
the activex document.

What am I doing wrong????? Additionally, should I even try this way? Maybe I
should use the component (Vtext.dll), so what if the user get the dll again.

Thank you.

Kevin Featheringill



Tue, 05 Feb 2002 03:00:00 GMT  
 ActiveX Document...TTS Reference Based vs Object Based
perhaps you could beter use an installer like installshield, and check for
version and data info (eg only install if newer version, ...)?

erik



Fri, 08 Feb 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. SQL Base date vs VB Base date

2. Object-Based VS Object-Oriented

3. Object Base VS Object Oriented

4. Activex Documents on UNIX based Web server

5. (Q) Twips vs Dialog Base Units vs Pixels

6. Web based and PC based program

7. Base N to Base M

8. Need an Algorithm for Converting Decimals (Base 10) to Binary (base 2)

9. Convert numbers from base 36 to base 10?

10. Web based form feeding a vb data base

11. Object-to-Relational Mapping (VB-based Component Object Model)

12. referencing fields on a form based on the ado data control

 

 
Powered by phpBB® Forum Software