String str = this.textBox1.Text;
            Type type = Type.GetTypeFromProgID("SAPI.SpVoice");

            dynamic spVoice = Activator.CreateInstance(type);

            spVoice.Speak(str);

 

相关文章: