skizofrenito Posted December 11, 2008 Posted December 11, 2008 (edited) 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! Edited December 11, 2008 by skizofrenito
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now