•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the C section within the Software Development category of DaniWeb, a massive community of 397,766 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,493 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C advertiser:
Note This app will tell the current Time, requires .net 3.0
/* * Created by SharpDevelop. * User: Development * Date: 06-Jun-07 * Time: 4:40 PM * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ using System; using System.Speech.Synthesis; using System.Collections.Generic; namespace SpeakingClock { class MainClass { public static void Main(string[] args) { System.Speech.Synthesis.SpeechSynthesizer Speak = new SpeechSynthesizer(); Speak.Rate = 3; /The Voice Speed System.Console.WriteLine(DateTime.Now.ToString()); Speak.Speak(DateTime.Now.ToString()); } } }
Comments (Newest First)
Post Comment
•
•
•
•
DaniWeb Marketplace (Sponsored Links)