|
-
Nov 20th, 2000, 03:22 PM
#1
Thread Starter
Lively Member
i using MSAgent Genie in my program i have text box and one commandbutton when user click on button Genie is speeking and button get Enabled=False but how would i figer out that when Genie stop speeking button get Enabled=True . is there any one can help me.
-
Nov 20th, 2000, 03:31 PM
#2
Addicted Member
Use the RequestComplete event.
-
Nov 20th, 2000, 03:38 PM
#3
Thread Starter
Lively Member
what sould i write in RequestComplit event. if you know help me please.
-
Nov 20th, 2000, 03:55 PM
#4
Addicted Member
Code:
Private Sub Agent1_RequestComplete(ByVal Request As Object)
Command1.Enabled = True
End Sub
-
Nov 20th, 2000, 04:02 PM
#5
Thread Starter
Lively Member
one more question
one more question do you know how would i use Genie Speed countol.
-
Nov 20th, 2000, 04:23 PM
#6
Addicted Member
There are tags you can use in the string expression passed to the Speak method which can control speed, pitch etc. I don't remember them at the moment.
-
Nov 20th, 2000, 05:02 PM
#7
Addicted Member
Use the following code.
Code:
MSAgent1.Speak "\Spd=300\Hello"
The \Spd=number\ tag is used to control speed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|