Search Results

Showing results 1 to 26 of 26
Search took 0.01 seconds.
Search: Posts Made By: s0312001
Forum: Visual Basic 4 / 5 / 6 Jul 22nd, 2006
Replies: 3
Views: 965
Posted By s0312001
i have found these.. but i am not sure how to apply them in my code do you have any idea??


Public Function GetSupportedThresholdValues() As Single()

Public Property Threshold As Integer
...
Forum: Visual Basic 4 / 5 / 6 Jul 22nd, 2006
Replies: 11
Views: 2,402
Posted By s0312001
This is the line that is causing the error

If Err.Number Then ShowErrMsg()


But when I make it as a comment

This line that is causes the error

Label1.Caption = Label1.Caption &...
Forum: Visual Basic 4 / 5 / 6 Jul 21st, 2006
Replies: 11
Views: 2,402
Posted By s0312001
I am using micrososft's Speech SDK 5.1.
You remember the code you helped me with before (that one that works fine)..but it is using an older version of SDK not 5.1, i think it is 4 or 5.
so i...
Forum: Visual Basic 4 / 5 / 6 Jul 20th, 2006
Replies: 11
Views: 2,402
Posted By s0312001
Forum: Visual Basic 4 / 5 / 6 Jul 19th, 2006
Replies: 11
Views: 2,402
Posted By s0312001
Thanks..here is my code, can you identify my errors...


Dim WithEvents RC As SpInProcRecoContext
Dim Recognizer As SpInprocRecognizer
Dim myGrammar As ISpeechRecoGrammar
Dim Word(26) As String
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2006
Replies: 11
Views: 2,402
Posted By s0312001
I tried your code and had a type mismatch error message

something is wrong with this code


Private Sub RC_Recognition(ByVal StreamNumber As Long, ByVal StreamPosition As Variant, ByVal...
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2006
Replies: 11
Views: 2,402
Posted By s0312001
Function CheckWord(ByVal Wrd As String) As String
Dim i As Integer
Dim Pos As Integer
Dim Found As Integer
Found = 0
For i = 1 To 26
Pos =...
Forum: Visual Basic 4 / 5 / 6 Jul 11th, 2006
Replies: 3
Views: 965
Posted By s0312001
Thanks man..please let me know if you find anything..
is there a function like sound presence???
Forum: Visual Basic 4 / 5 / 6 Jul 10th, 2006
Replies: 3
Views: 965
Posted By s0312001
Hello...:rolleyes:

I know that you have done some work in the speech recognition field,do you know anything about testing for the presence of a sound. This would enable me to do extra processing...
Forum: Visual Basic 4 / 5 / 6 Jun 23rd, 2006
Replies: 0
Views: 947
Posted By s0312001
Hello Guys..:cool:
I have developed a small speech recognition application,the application works fine, so when a person speaks a word, the first letter of the words appears in text box..

Now for...
Forum: Visual Basic 4 / 5 / 6 Apr 8th, 2006
Replies: 4
Solved: log file
Views: 1,627
Posted By s0312001
Thanks man, everything works NOW

You are the best :)
Forum: Visual Basic 4 / 5 / 6 Apr 8th, 2006
Replies: 4
Solved: log file
Views: 1,627
Posted By s0312001
Perfect...it workes fine..Thanks man..YOU RULE

Is there a way to save the date and time in the log file next to the person's data????
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2006
Replies: 4
Solved: log file
Views: 1,627
Posted By s0312001
Hi guys,
can anybody tell me how to add a log file???

when the user finishes using the application I need, the info that is recorded in the textbox to be saved in a log file, on the desktop.

...
Forum: HTML and CSS Mar 15th, 2006
Replies: 5
Views: 1,634
Posted By s0312001
Thanks a million it works fine, now i will try to figure the right numbers

Thanks again
Forum: HTML and CSS Mar 15th, 2006
Replies: 5
Views: 1,634
Posted By s0312001
what is wrong with this??

<html>
<head>
<title>images positioning</title>

<body>
<div.container { position:relative; /* etc. */ }
img.positioned { position:absolute; height:63px;...
Forum: HTML and CSS Mar 15th, 2006
Replies: 5
Views: 1,634
Posted By s0312001
Thanks man i will try it and let you know if it works
Forum: HTML and CSS Mar 15th, 2006
Replies: 5
Views: 1,634
Posted By s0312001
Guys I am trying to do the following in html
can you please help :cry:
I am having problems positioning images as follows




http://img230.imageshack.us/img230/5721/image5qg.jpg
Forum: Visual Basic 4 / 5 / 6 Mar 1st, 2006
Replies: 19
Views: 7,987
Posted By s0312001
Thanks a million it worked :)

you are the best
Forum: Visual Basic 4 / 5 / 6 Mar 1st, 2006
Replies: 19
Views: 7,987
Posted By s0312001
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...
Forum: Visual Basic 4 / 5 / 6 Mar 1st, 2006
Replies: 19
Views: 7,987
Posted By s0312001
it fixed part of the problem, now the text appears from right to left, but the text is still written from left to right
Forum: Visual Basic 4 / 5 / 6 Mar 1st, 2006
Replies: 19
Views: 7,987
Posted By s0312001
I managed to make this part work, I can spell sentences now.. Thanks man..

Do you know how I can change the property of the text field to allow text to be written from right to left, it is locked,...
Forum: Visual Basic 4 / 5 / 6 Feb 28th, 2006
Replies: 19
Views: 7,987
Posted By s0312001
Thanks comatose,

I tried your code (changed it a bit) and it worked..

the only problem is that the letters or words appear on top of the previous word, is there a way to make all the words...
Forum: Visual Basic 4 / 5 / 6 Feb 27th, 2006
Replies: 19
Views: 7,987
Posted By s0312001
This is the code I used, something is wrong with it..
-----------------------------------------
Private Sub DirectSR1_PhraseFinish(ByVal flags As Long, ByVal beginhi As Long, ByVal beginlo As Long,...
Forum: Visual Basic 4 / 5 / 6 Feb 27th, 2006
Replies: 19
Views: 7,987
Posted By s0312001
Thanks a lot, you are a life saver...I will try this code
Forum: Visual Basic 4 / 5 / 6 Feb 27th, 2006
Replies: 19
Views: 7,987
Posted By s0312001
Hey Comatose,
Thanks for your fast reply, I already have speech sdk 5.1 installed on my pc will this do? or do i have to install sapi4 sdk???
Forum: Visual Basic 4 / 5 / 6 Feb 26th, 2006
Replies: 19
Views: 7,987
Posted By s0312001
:sad: Hello guys,
This is my first topic in this forum..
I need your help, I am trying to develop an Arabic voice recognition application using vb 6, does anyone know the code or what add on I...
Showing results 1 to 26 of 26

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC