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! : )

Recommended Answers

All 4 Replies

what dll are you referencing to?

i'm beginer, so i don't understand what does that mean.. : /
it's windows application, i just need code, as soon as it's possible

i am sorry man, this does not work that way.

ok...thanks anyway...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.