I have a few questions regarding the MsAgent control.

Is there any way to make the character pop up at a certain point, instead of in the upper-left corner of the screen?

How do I make him listen and react to the words spoken by the user? I.e.

Code:
If UserSpeech = "This" Then
    'Do this
Else
    'Do this
End If
Can anyone help? I've looked everywhere!