Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MSN Messenger
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00602680
Message ID:
00602695
Views:
22
>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 :)
Previous
Reply
Map
View

Click here to load this message in the networking platform