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