Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MSN Messenger
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00602680
Message ID:
00602695
Vues:
21
>Can anyone help me get started with automating MSN Messenger? A colleague of mine is interested in automating sign in/out, etc.
>
>TIA,
>Debra


See the Messenger Typle library.
oMSN= createobject("Messenger.MessengerApp")
oMSN.AutoLogon()
* OR
oMSN.LaunchLogonUI()
There is also the MsgrObject library
oMSN= createobject("Messenger.MsgrObject")
oMSN.Logon("MyUser", "MyPass")
If you have VFP7, intellisense will make this very easy.

Othwise I suggest going into VB or VBA to write the MSN commands, and then just copy them back to VFP, that way you get IntelliSense :)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform