Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MS Agent instantiation without adding ole control to for
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00395572
Message ID:
00395617
Vues:
9
>Okee, I got so far. In the command window i was able to create the object and make him do stuff.
>
>loDgs = createobject("Agent.Control.2")
>
>loDgs.Connected = .T.
>
>loDgs.Characters.Load("Merlin","c:\WINNT\MSAGENT\CHARS\MERLIN.ACS")
>
>loGuy = loDgs.Characters("Merlin")
>
>loGuy.Speak("This is a test")
>
>This works, but when I put this code in a prg and try to run it, nothin happens.... WTH?
>
>George

Hmm, this version works from .PRG fine.

public lodgs
loDgs = createobject("Agent.Control.2")
loDgs.Connected = .T.
loDgs.Characters.Load("Merlin","c:\WINNT\MSAGENT\CHARS\MERLIN.ACS")
loGuy = loDgs.Characters("Merlin")
loGuy.Show()
loGuy.Speak("This is a test")

Why do you want the Agent to be a separate object?
Another idea - you can subclass the oleAgent and add it to _screen object (not tested yet)
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform