Click here to Skip to main content
15,904,497 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CDateTimeCtrl init Pin
Gary R. Wheeler3-Jul-04 2:38
Gary R. Wheeler3-Jul-04 2:38 
GeneralRe: CDateTimeCtrl init Pin
JabraJabra5-Jul-04 5:52
JabraJabra5-Jul-04 5:52 
Questionhow can i make setup of my application Pin
Anonymous2-Jul-04 23:30
Anonymous2-Jul-04 23:30 
AnswerRe: how can i make setup of my application Pin
eugi3-Jul-04 0:14
eugi3-Jul-04 0:14 
AnswerRe: how can i make setup of my application Pin
Brad Bruce3-Jul-04 2:34
Brad Bruce3-Jul-04 2:34 
Generalapp design question Pin
JabraJabra2-Jul-04 22:12
JabraJabra2-Jul-04 22:12 
GeneralRe: app design question Pin
Johan Rosengren2-Jul-04 23:40
Johan Rosengren2-Jul-04 23:40 
GeneralAdding TextToSpeech control to Dialog Editor Pin
Still learning how to code2-Jul-04 21:58
Still learning how to code2-Jul-04 21:58 
I am trying to add the TextToSpeech control to the MS Developer Studio (VC++ vers 4.0) Dialog Editor control set. I followed the instructions given in a posting referenced by The CP "Threads with MFC" tutorial by Aria Ansari as follows:-

"Downloading the MS speech API (now at ver.5) did not work for me.
Here is what I did to get the TextToSpeech control to appear as a registered activex control
(this is a much smaller download too).

1. Look for the file c:\windows\speech\xvoice.dll.
If you have this file, go to step 3.

2. Download the speech control and run the actcnc.exe program
you'll find this at: http://activex.microsoft.com/activex/controls/agent2/actcnc.exe

3. Register the activex component.
Open a console window (Start->Run->cmd)

cd \windows\speech
regsrv32 xvoice.dll

Hope this helps those"

I actually ran c:\MSDEV\bin\regsrv32 xvoice.dll. The registration all ran very quickly but seemed to be successful. However, I don't know how to get the control to appear in the Dialog Editor -the instructions in the article are:-

"Step 12:

Open the resource view and double click on the Dialog resource ID of your newly created dialog ,in order to open the dialog editer.

from the main menu choose:

Project ->Add to Project->Components and Controls...

Step 13:

Now the "Components and Controls Gallery" should be opened, double click on the Registered ActiveX controls folder. Choose and insert the TextToSpeech class and close the "Components and Controls Gallery".

Version 4 of Developer Studio only seems to have Insert->Components. What SHOULD I be doing in ver4.0 of Developer Studio to get the control added ?

Any help would be appreciated





Doug
GeneralLast Boot Time Pin
Renjith Ramachandran2-Jul-04 19:34
Renjith Ramachandran2-Jul-04 19:34 
GeneralRe: Last Boot Time Pin
parths2-Jul-04 19:40
parths2-Jul-04 19:40 
GeneralRe: Last Boot Time Pin
Renjith Ramachandran2-Jul-04 21:30
Renjith Ramachandran2-Jul-04 21:30 
GeneralRe: Last Boot Time Pin
Graham Bradshaw3-Jul-04 2:54
Graham Bradshaw3-Jul-04 2:54 
GeneralCString to const char* conversion Pin
sugumar2-Jul-04 19:14
sugumar2-Jul-04 19:14 
GeneralRe: CString to const char* conversion Pin
Ken Mazaika2-Jul-04 19:19
Ken Mazaika2-Jul-04 19:19 
GeneralRe: CString to const char* conversion Pin
sugumar2-Jul-04 19:27
sugumar2-Jul-04 19:27 
GeneralRe: CString to const char* conversion Pin
PJ Arends2-Jul-04 19:38
professionalPJ Arends2-Jul-04 19:38 
GeneralRe: CString to const char* conversion Pin
sugumar2-Jul-04 19:48
sugumar2-Jul-04 19:48 
GeneralRe: CString to const char* conversion Pin
Johan Rosengren2-Jul-04 20:56
Johan Rosengren2-Jul-04 20:56 
GeneralRe: CString to const char* conversion Pin
sugumar2-Jul-04 22:00
sugumar2-Jul-04 22:00 
GeneralRe: CString to const char* conversion Pin
Johan Rosengren2-Jul-04 22:09
Johan Rosengren2-Jul-04 22:09 
GeneralRe: CString to const char* conversion Pin
markkuk2-Jul-04 22:42
markkuk2-Jul-04 22:42 
GeneralRe: CString to const char* conversion Pin
cmk3-Jul-04 10:05
cmk3-Jul-04 10:05 
GeneralDialogbox Pin
Ken Mazaika2-Jul-04 18:57
Ken Mazaika2-Jul-04 18:57 
GeneralRe: Dialogbox Pin
Johan Rosengren2-Jul-04 20:59
Johan Rosengren2-Jul-04 20:59 
GeneralRe: Dialogbox Pin
Ken Mazaika3-Jul-04 4:41
Ken Mazaika3-Jul-04 4:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.