totallyfreeenergy wrote:
> I have a tricky problem while using Microsoft TextToSpeech component.
> When I start the speak say
>
> Form1.TextToSpeech1.Speak("After I stop speaking comp1 will become visible");
> Form1.Component1.Visible := true;
>
> I would like to achieve a pause till the TextToSpeech1 stops speaking then go
> to the next statement. Call the WaitUntilDone method. http://msdn.microsoft.com/en-us/library/ms719576.aspx -- Rob

