摘要:
一、利用.NET做“电子书阅读器”原来这么简单先下载组件:Interop.SpeechLib.dll (http://files.cnblogs.com/waw/Interop.SpeechLib.rar)阅读能力:中文,英文...调用代码如下:/// <summary> /// 利用“SpeechLib组件”调用“windows系统声音”来读取“文本”内容 /// </summary> /// <param name="str"></param> private void SpeakText(string str) { .. 阅读全文