Innovative Posted December 5, 2008 Posted December 5, 2008 Well , what's the COM object for MSN ? Or is there any ways to automate actions like , send message , set personal message , login , logout or send files ? I've searched and found some examples but none worked, it either says that it's not an object or the requested action on the object failed .
BrettF Posted December 5, 2008 Posted December 5, 2008 Well you have been around along enough to know to post your code... Cheers, Brett Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Innovative Posted December 5, 2008 Author Posted December 5, 2008 I though some one would know how to do it , but nvm .. $oMessenger = ObjCreate("Messenger.UIAutomation.1") $oMessenger.SendFile("email@hotmail.com", 'C:\windows\calc.exe'); That above script returns : Variable must be of type "Object".:
BrettF Posted December 5, 2008 Posted December 5, 2008 Do you have Messenger Plus! installed? I think it needs it? Cheers, Brett Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Innovative Posted December 5, 2008 Author Posted December 5, 2008 Is there any way to make it work without that ?
BrettF Posted December 5, 2008 Posted December 5, 2008 Have you tried it? As far as I know, no. Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Innovative Posted December 5, 2008 Author Posted December 5, 2008 I just have MsgPlus installed but it's not working too . BTW , it'll be best if it can works without MsgPlus , if anyone have any idea on how to do it w/o MsgPlus please share!
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