Using Text To Speech ActiveX control with VC++ 7.0 
Author Message
 Using Text To Speech ActiveX control with VC++ 7.0

Hello Everyone:

I hope someone will be able to help me with the following: I have VC7.0
dialog application with all the default parameters. Now when I add Text To
Speech active X control to the dialog, the "class wizard" does not
automatically add "CTextToSpeech.h" and its implementation
"CTextToSpeech.cpp" wrapper class for the IDispatch interface of the
control, like VC6.0 does. I'm wondering if this can be done somehow (change
a setting or something) or am I supposed to dig into COM interfaces of the
control manually.

TIA
Mario



Thu, 18 Sep 2003 22:40:20 GMT  
 Using Text To Speech ActiveX control with VC++ 7.0
Did you add a variable (using the 'Add Variable...' wizard) to the dialog of
type whatever the class of activex control you added is? You need to do that
before a class will actually be generated for you. Otherwise you just have
an activex control on the dialog with no wrapper class associated with it.
VC6 worked the same way.

Mike

Quote:
> Hello Everyone:

> I hope someone will be able to help me with the following: I have VC7.0
> dialog application with all the default parameters. Now when I add Text To
> Speech active X control to the dialog, the "class wizard" does not
> automatically add "CTextToSpeech.h" and its implementation
> "CTextToSpeech.cpp" wrapper class for the IDispatch interface of the
> control, like VC6.0 does. I'm wondering if this can be done somehow
(change
> a setting or something) or am I supposed to dig into COM interfaces of the
> control manually.

> TIA
> Mario



Fri, 26 Sep 2003 06:04:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Problem using VB 5 activex DLL in a VC++ activex control

2. Using ActiveX Toolbar Control and ImageList Control in VC++

3. fm20.dll stack overflow when resizing ATL 7.0 ActiveX control

4. Problem with scripting ATL 7.0 ActiveX Control under Windows 98

5. Using an ActiveX control in VC++ ??

6. ? regarding passing data from VC to VB using ActiveX control

7. Using ActiveX control in Dialog editor in VC++5.0

8. Using ActiveX controls in VC++

9. Using ActiveX control in Dialog editor in VC++5.0

10. Using VC ActiveX controls in VB

11. Using ActiveX DHTML Edit control for IE5 with VC++

12. Using ActiveX controls in VC++

 

 
Powered by phpBB® Forum Software