Archive for April, 2009
Text-To-Speech Button
Recently, I stumbled upon the System.Speech.Synthesis namespace. It is located in the System.Speech.dll that comes with the .Net-Framework – for free! It offers a convenient way to read text to the user. Take this button as an example: public class TTSButton: Button { #region Text /// <summary> /// This is the text that should [...]
Read Full Post | Make a Comment ( None so far )

