IDE :: Add A Speech Training Window To A Program?
Mar 17, 2009
I'm doing a project using Microsoft Speech SDK 5.1 and I'm using Microsoft Visual Studio 2008 or VB .NET. I saw a sample program that came with Speech SDK 5.1 named "Dictation Pad" where he can make voice training come out. This app was made with C++ so I was wondering if I could do it also in VB. I would just want to create a button to press and then the training dialogue would come out. I really need it!
View 1 Replies
ADVERTISEMENT
Aug 11, 2010
recommended alternatives for speech recognition other than Microsoft Speech libraries?
View 2 Replies
Oct 23, 2011
I'm trying to create a Speech Recognition support for my program. I want to make it so that if I say something in my microphone, the program just writes what I said in Label1. I looked for Speech Recognition codes in MSDN and Google, but I didn't find anything useful. I found a code, but it was for VB.net, I tried but it didn't work in VB 2010.
View 1 Replies
Jun 11, 2011
Speech to text with program?[code]...
View 1 Replies
May 10, 2011
I want program recognition speech in Arabic how can i do that
View 1 Replies
Jul 20, 2009
How can you make a speech recognition program, without using vista.
Dim Talk as new system.recognize.speech()
textbox1.text = talk
View 1 Replies
Apr 13, 2012
trying to make a simple voice actor program that uses system.speech problem is its not loading the new speech here is code
[Code]...
View 3 Replies
May 17, 2012
How can I set different voices for a text to speech program?
View 5 Replies
Aug 11, 2010
I am using system.speech currently. I want to use speech recognition to make a program. However, while the program is running, I noticed that some of the commands for windows (like saying "run") would trigger other program functions. Thus, while the VB.net program is running I do not want this to happen. Also, when the computer starts up, I speech to start listening right away rather than me having to say "start listening". How can I do this? I am pretty sure that it is simple. This is my code so far:
[Code]...
View 2 Replies
Jun 15, 2012
I have been trying to create a set of grammar rules for a speech recognition program with an array, but cannot seem to accomplish this task. Here is the general idea:[code]But this did not work, because I cannot convert strings into srgsoneof.
View 18 Replies
Oct 24, 2010
My "Learn Welsh" application is now near completion, I only have a few things left to add / fix then I will share it with the world. Here's a screenshot of it so far :
As you can see by the picture above, I have created a simple feature in my application to pronounce letters from a word to assist users to learn the welsh alphabet. What I would really like to do is make the program pronounce full words. I already know how to make use of the system.speech reference in vb, here is a quick sample of code:
Dim speak As System.Speech.Synthesis.SpeechSynthesizer = New System.Speech.Synthesis.SpeechSynthesizer
Dim word as string = "hello"
speak.Rate = 1
speak.Speak(word)
Now what I'm looking to do is make use of a welsh based voice and make an application like the one below:
View 4 Replies
May 9, 2011
I've been looking all over the internet trying to figure out how to incorporate Speech Recognition into a program I'm designing in Visual Basic.I've downloaded and installed: Visual Basic 2008 express edition, Visual Basic 2010 express edition, Speech SDK 5.1, and the Windows SDK version 7.1.
I'm not really sure what I'm doing wrong, or if maybe I have to use a different programming language like C# or C++...I don't know. I've looked through sample codes and tried a few, but in both Visual basic 2008 and 2010 they say the terms aren't recognized. like System.speech isn't recognized at all.
View 4 Replies
May 16, 2011
where can i find some good documentation or training on how to use WMI?
View 3 Replies
Feb 20, 2012
creating some training for using the Serial Port.To that end I have developed some VB .Net software and built a device, using Matrix's E-blocks, that communicates with the PC using the SerialPort. I am currently taking a Tech Writing class and working on the documentation, which will include a lot of VB .Net code.
Serial Port
Random Check Internet Connection Microsoft®
Community Contributor My internet telepathy is down!
"Those who use Application.DoEvents() have no idea what it does and those who know what it does never use it."
View 5 Replies
Jul 2, 2009
What's the best Object Browser / Syntax Training Manual? Looking for a good reference guide which helps me understand what I'm seeing with the object browser.
View 1 Replies
Nov 2, 2009
I'm planning my road in VB training on my own at home using various books and online resources, like MSDN and book publisher support sites, etc. My initial goal is to become familiar w/the VB 2008 language but then to build upon that w/other skills like perhaps, ASP. Net, ADO .Net and so on. Maybe concentrate on WPF/XAML? My question is, where do I go next after initially learning the VB 2008 language? Not only that, what should my learning "list" look like, assuming it a good idea to "add" to the lot w/other VB skills? What's a "real world" learning plan look like in VB? Which should I consider to be "priority" core VB skills to learn after initially learning the VB language?What is a realistic VB skill portfolio look like?
View 7 Replies
Aug 27, 2010
See this site for details.>>[URL]..
View 1 Replies
Mar 14, 2011
Can anyone suggest a book or a direction for some training other than bombarding you guys with posts all the time? I'd like something geared more for teaching than for just reference. Books really aren't cheap and I'd like to just buy one if possible. Free website tips and training would be nice too. I've built a calculator for fun and my project will be more database oriented but I'd like to build more form applications.
View 3 Replies
May 26, 2011
I just want to know that how can i highlight text on a richtextbox control while reading the text using speech sdk control. I mean the word currently speak automatically selected in the RichTextBox.
View 2 Replies
Mar 18, 2010
I have an application which connects to a database to load data.the data is loading fine but i see the exception when i run the program in the output window."A first chance exception of type 'System.Data.SqlClient.SqlException' occurred in system.data.dll"
View 2 Replies
Oct 27, 2010
this is my first time to deal with this kind of problem. I need to show a cylinder on the form, to let the user knows how much content left in the cylinder. So I need to programatically show the content become lesser and lesser.
View 5 Replies
Jan 23, 2011
i programmed software in vb10 but i could not install it in windows xp?
View 6 Replies
Aug 7, 2009
I have a need to do the following can anyone give me an idea how it can be achieved? I have already done points 1 & 2, but I can't get point 3 to work:
1. VB9 app, accepts that accepts text input
2. When Submit is clicked, it copies the text to clipboard.
3. Then paste the text into a particular window that is already visible on an open wep page in Internet Explorer.
The window title of IE is for example
"Metastorm e-work client - Windows Internet Explorer"
I am trying to 'call' the already open page to make it appear over the VB application. The box I need to 'paste' into already has the focus, providing IE iteself has focus.
View 7 Replies
May 4, 2010
I need to set the active window in vb.net
View 7 Replies
Sep 26, 2011
What is the PC unique ID? How could we get the PC unqiue ID? Is it about Hard disk or motherboard? I'd like to store PC ID in my window program.
View 3 Replies
Apr 30, 2011
I'm using Visual Basic 2008 for example i have running notepad.exe, can i hide notepad window, and then if i need it to show it again?
View 1 Replies
Apr 26, 2012
I have made a program with vb.net and I want that program to run when the windows start up. I don't know the code. I want that program to add the window startup when he/she install the program.
View 2 Replies
Jan 8, 2012
I have a created window service and installed successfully. I have enclosed a exe file in service but it does not start .exe.
Protected Overrides Sub OnStart(ByVal args() As String)
System.Diagnostics.Process.Start("C:UsersDr.FazanDesktopDebugMacro Recording System.exe")
View 2 Replies
Oct 24, 2011
How can I close a window of external application programmatically in VB.net.I just want to close the current window without closing the whole process.
View 1 Replies
Oct 8, 2009
I want to know how to display a frameless window in ASP.NET 3.5?Also how do I display a popup (.aspx) window from an aspx page which will receive some values to display from the calling .aspx page?I also wan to know how to display a popup window as a tooltip whenever an input control receives focus in asp.net 3.5Lastly, how do I go about integrating users discussion forum in my website project.
View 3 Replies