I am a .Net 3.5 WinForm app that is used for Data Entry in house only. Mostly various forms of Textboxes etc. With Windows 7 Speech Recognition it seems like it works "out of the box" with my app for me.
What I am wondering is if that is completely true. What steps do I need to take to ensure the highest level of usability in my app? Does it use tags for the UI elements or something else.
Do I need to inclued the System.Speech.Recognition Namespace
talked about here
Any guidance or advice would be greatly appreciated. Primarily, how to give an element a particular handle for Speech Recognition.