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


Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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