| | |
A Speaking APP in C# with .NET 3.0
Please support our C# advertiser: Intel Parallel Studio Home
/* * 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()); } } }
Similar Threads
- windows app to asp.net (VB.NET)
- Convert a VB.Net app to a web app? (IT Professionals' Lounge)
- CDO of any .Net eMail app (VB.NET)
- app error on .Net 1.1 framework. (ASP.NET)
- VB.NET app and Windows98se (VB.NET)
| Thread Tools | Search this Thread |
.net access algorithm array asp.net barchart bitmap box broadcast buttons c# check checkbox client combobox control conversion csharp custom database databaseconnection datagrid datagridview dataset datetime dbconnection degrees design development draganddrop drawing encryption enum event eventhandlers excel file firefox form format forms function gdi+ grantorrevokepermissionthroughc#.net httpwebrequest image index input install java label libraries list listbox loop mandelbrot math mouseclick movingimage mysql mysql.data.client operator path photoshop picturebox pixelinversion platform post programming radians regex remote remoting resourcefile richtextbox server sleep socket sql statistics stream string system.servicemodel table tcpclientchannel text textbox thread time timer update usercontrol validation visualstudio webbrowser windows winforms wpf wpfc# xml



