Jump to content

skizofrenito

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Greece

Everything posted by skizofrenito

  1. 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
  2. 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!
×
×
  • Create New...