I wanna make a text editor but its different other text editors.It will get commands from my voice.
For example ; i will say my name to microphone "Ibrahim AKGUN" .. then this program will get it and write it down like a virtual secretary :)
This is possible in C# ?
...
Possible Duplicate:
How do I pronounce => as used in lambda expressions in .Net
Sometimes, when helping another programmer write code, I dictate what I want them to type in. Sometimes this can be a frustrating exercise until the programmer gets used to how you verbalize code (i.e. "assign 5 to x" versus "x equals 5"). One thin...