- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear ALL,
I am using the speech recognition in c#.
I want the recognized speech to go to a notepad file.
Plz help
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Easy.
If you mean just writing to a text file, you can use standard c++ calls to open the file, write the text, and then close the file.
If you want to write on a new notepad document, you need to use Windows API to open the notepad application, make sure it is in focus, and then emulate a keyboard sending the text from the recognition. You may even send the shortcut keys to save the file and exit the application if you want to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks samontab,
I had solved it. Anywaz thanks for the reply
I

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page