hi...
this is code for txt speech in my program
private void btcitaj_Click(object sender, EventArgs e)
{
SpVoice voice = new SpVoice();
voice.Speak(rtb1.Text, SpeechVoiceSpeakFlags.SVSFDefault);
}
that is one part of the program...the other one is, word that is being spoken at the moment should be underlined...you know...it's like karaoke.
i can't solve this problem, so i ask you for help if you can handle this
tnx! : )