| | |
voice recognition system>HELP
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
•
•
Join Date: Feb 2006
Posts: 26
Reputation:
Solved Threads: 0
Sorry, it is my fault I can't explain things clearly..Let me try again
okay what I am trying to do is..When I speak the words in Arabic language which is written from right to left they should appear in the text box as sentences, what happens now is that the Arabic text appears from right to left but the sentence order is not correct, it is still from left to right... does this make sense??
I am nearly done with this project...
okay what I am trying to do is..When I speak the words in Arabic language which is written from right to left they should appear in the text box as sentences, what happens now is that the Arabic text appears from right to left but the sentence order is not correct, it is still from left to right... does this make sense??
I am nearly done with this project...
yeah,
What you'll want to do, is where you make it update the textbox, in the phrasefinish (or wherever you have it modify the textbox) it would look something like this:
Does that help?
What you'll want to do, is where you make it update the textbox, in the phrasefinish (or wherever you have it modify the textbox) it would look something like this:
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
Text1.Text = newspokenwordvariable & Text1.Text
Does that help?
![]() |
Similar Threads
- Voice Recognition Code (Java)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: about delete
- Next Thread: ADODB and Stored Procedure
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age append application basic beginner birth bmp calculator cd cells.find click client code college column component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report retrieve save search sendbyte sites sort sql sql2008 sqlserver subroutine table tags textbox time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows







thanx. 