Link to home
Start Free TrialLog in
Avatar of neopolis
neopolis

asked on

Need the MsAgents Commands

I have been looking evrywhere including Microsoft, I want the Documentation for the MsAgents Commands

Such as Speak, Whisper, talk fast and slow
if any one knows them or can help me with them i would like that very much




Avatar of RickHalle
RickHalle

This links to a downloadable doc:
http://www.microsoft.com/agent2/sdk/alldocs.exe
From:
http://www.microsoft.com/msagent/default.htm

The remainder are various links with additional docs:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmind99/html/agent.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msagent/hh/msagent/pacontrol_5bl6.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msagent/hh/msagent/pacontrol_7qng.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msagent/hh/msagent/intro_9ywk.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvbdev00/html/vb00f7.asp

A lot of these are VB Samples but are usually converted to Delphi fairly easy.

The toughest I have run into is command/requestcomplete. Used to get the agent to do things on cue. Such as telling you that he will launch calculator and then actually doing it. (On Cue) Then moving over to it and explaining how to use it. I will post a working sample of some of this a little later. (Have to get Delphi installed first - Yearly Cleaning - New OS)

Rick Halle
Hi,

Goto http://www.undu.com/ and search for MS Agent. There you can find some articles and examples. In the book Delphi Com Programming are also some MS Agent Examples. You can download the source code of the book at http://www.newriders.com/books/title.cfm?isbn=1578702216. The MS Agent examples are in chapter 5.

Good luck,

Didier
I have added a sample to my delphi sample site. If you have any specific commands let me know. Look for RequestAgent.zip at the link below:

http://home.ec.rr.com/rickhalle/

Rick Halle
ASKER CERTIFIED SOLUTION
Avatar of RickHalle
RickHalle

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of neopolis

ASKER

Thanks Rick this should be good for me
BTW the mail is on the way... Smiles
Glad to help.

Rick Halle