Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Microsoft agent
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00422990
Message ID:
00423019
Views:
16
(Something went wrong with the message first time)

Hi Doug,

Working with Agent is easy. For example (I suppose you have MS Agent OleControl on your form):

thisform.oleAgent1.Characters.Load("MERLIN", "c:\windows\msagent\chars\merlin.acs"
WITH thisform.oleAgent1.Characters("MERLIN")
.MoveTo(100,50)
.SHOW()
.Play("Greet")
.Speak("Hi! I am Merlin")
ENDWITH

You may want to look at my FoxSpeaker application - file#9794 in Files Section - Third party products.
There is a lot of documentation at Microsoft site:
http://msdn.microsoft.com/workshop/c-frame.htm?/workshop/imedia/agent/default.asp
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform