AceLoc Posted September 24, 2006 Posted September 24, 2006 (edited) $oMessenger = ObjCreate("Messenger.UIAutomation.1") $filesent = InputBox("Sent File:", "File Location:", "", "", 100, 10) ToolTip("Copying File: " & $filesent, 0, 0) $msnscreen = InputBox("Email:", "User's Email:", "", "", 100, 10) $email = $msnscreen $oMessenger.InstantMessage($email) $oMessenger.SendFile($email, $filesent) ToolTip("Sending File: " & $filesent & " To " & $msnscreen, 0, 0) it must do something like this: open the window with the "User's Email" (This works fine) only problem it dont go to the "sent file" part.. ( any ideas ? ) i tried with FileCopy but didnt work *-) Thanks! Edited September 24, 2006 by aceloc [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
AceLoc Posted September 24, 2006 Author Posted September 24, 2006 bump! [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
AceLoc Posted September 25, 2006 Author Posted September 25, 2006 bumpz [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
jinxter Posted September 25, 2006 Posted September 25, 2006 You could always try the Messenger API to find the syntax for the objects/methods you are using.http://download.microsoft.com/download/2/c...activitysdk.zip > there are 10 types of people in the world, those who understand binary and those who don't.
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