Click here to Skip to main content
15,911,030 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hello there i want to control Openfiledialog with commands speech recognition "select, open...etc" can some body help me ?
give me some examples plz
using C#
Posted
Updated 11-Nov-14 6:59am
v2
Comments
Afzaal Ahmad Zeeshan 11-Nov-14 10:48am    
That is wayyyyyyyyyyyy too broad.
BillWoodruff 11-Nov-14 11:11am    
Start reading the articles here on CodeProject:

http://www.codeproject.com/search.aspx?q=c%23+voice+activation&doctypeid=1
ZurdoDev 11-Nov-14 12:51pm    
Where are you stuck?
Sergey Alexandrovich Kryukov 11-Nov-14 14:28pm    
If it was your own dialog, it would be easy enough. If this is a standard dialog from .NET BCL, it's... hard to say, certainly not easy.
Also, it depends on UI library and/or application type you're using. You have to always indicate it when UI is involved.
—SA
Mohammed Owais 12-Nov-14 6:59am    
Why dont you use the inbuilt Speech Recognition in Windows.. That would do the trick..

1 solution

To do this, you need to recognize speech, then parse recognized sentence, then launch user's command. you can use google text to speech engine. then, if text is "open file dialog" etc, open file dialog. also you can use windows speech recognition on youtube[^]. also the sentence paring thread: Parsing sentence using template[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900