Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Agent
Message
From
04/04/2013 13:55:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Agent
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01570109
Message ID:
01570109
Views:
213
Dear Experts,

I have install Merlin.exe, SPCHAPI.EXE and TV_ENUA.EXE.
Then droped _agent class through _AGENT.VCT on form.

Now there is following codes under command button
If Thisform._agent.Load("MERLIN","MERLIN.acs")
 Thisform._agent.setactiveagent("MERLIN")
 Thisform._agent.Show(Rand() * 400, Rand() * 400)
 Thisform._agent.Show(600)
 Thisform._agent.speak("Where are you going today")
 Thisform._agent.Hide()
Else
 =Messagebox( peedy_not_installed_loc, mb_iconstop)
Endif
But Merlin agent does not show, what is wrong with my codes?

Please help
Next
Reply
Map
View

Click here to load this message in the networking platform