2014年3月19日
摘要: http://www.codeproject.com/Articles/746191/SQLite-Helper-CsharpIntroductionI have written a small class, SQLiteHelper which aims to simplify the usage of SQLite in C#.PrerequisiteThis small class is built on top of System.Data.SQLite.DLL. A reference of this DLL must be added into your projects.Down 阅读全文
posted @ 2014-03-19 20:04 武胜-阿伟 阅读(3737) 评论(0) 推荐(0) 编辑
摘要: Using the CodeAdd a textbox named 'txtWords' to a form.Add a button named 'btnSpeak' to a form.Add a reference to System.Speech.In the form's code-behind, add: Collapse | Copy Codeusing System.Windows.Forms;using System.Speech.Synthesis;namespace Sample{ public partial Class Form 阅读全文
posted @ 2014-03-19 11:35 武胜-阿伟 阅读(364) 评论(0) 推荐(1) 编辑