怎么将文本框里的内容读出来
就是将文本框的内容播放出来,有语音声音 
 好象微软的ITS可以实现,具体不知道怎么做. 
 请大家赐教?
------解决方案--------------------好像.net3.0支持。
------解决方案--------------------System.Speech.Synthesis.SpeechSynthesizer ss = new System.Speech.Synthesis.SpeechSynthesizer(); 
             ss.Speak( "Hi "); 
 需要.net 3.0
------解决方案--------------------http://blog.hnce.net/post/226.html