Global ASP.NET Hosting Leader - Click Here

Thursday, August 2, 2012

How to Control Your Mouse with Speech Recognition Using C#

Hello Today I will show you how  Control Your Mouse with Speech Recognition.
First Create a Project Like My Previous tutorial C# -How To Convert Text To Speech.

Add A textbox and Set Properties Multiline true .... Now Write the following Code and fun with it .  When you speak left,right,up,down the mouse move .Screenshot .


Run the program and find the mouse point .. in screenshot i can't find it  :)


Wednesday, August 1, 2012

C# -How To Convert Text To Speech

Hello Everyone , Today I will show you how convert text to speech using c# .... So Lets Go.
First Create a Widows Project in VS2010 (My Current VS Version) .