Jump to content

Recommended Posts

Posted

Hey everyone,

Does anyone know how to use ObjCreate function (with which arguments) for Windows Live Messenger, and what other objects and methods are supported?

For example, in older versions of MSN, you could write scripts like:

Global $oMessenger = ObjCreate("Messenger.UIAutomation.1")

ImportContact()

Func ImportContact()

$contacts = $oMessenger.MyContacts

Msgbox ( 0, "test", $contacts )

EndFunc

(for more details, see also: http://www.autoitscript.com/forum/index.php?showtopic=35645)

(MSN.au3 file: http://www.autoitscript.com/forum/index.ph...9664&hl=msn )

Thanks! tongue.gif


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...