What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Batch start an identified Messenger

Batch start an identified Messenger
Author: Message:
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Batch start an identified Messenger
Hey there, seeing as its for a good cause I created a program that will do what you need it to :)

This will run messenger and enter the email address and password shown in the runtime arguements into messenger, all the user will need to do is click the sign in button :)

Source (VB6):

code:
Public WithEvents msn As MessengerAPI.Messenger

Private Sub Form_Load()

Set msn = New MessengerAPI.Messenger
Dim msnWnd As MessengerAPI.IMessengerWindow
Set msnWnd = msn.Window

foo = Split(Command, " ")

msn.Signin msnWnd.hWnd, foo(0), foo(1)
End
End Sub


Used By:

quote:
RunMsgr.exe email password

for example

quote:
RunMsgr.exe email@hotmail.com pass123


Hope this has proved to be of some help :)

A compiled version of it is included in the zip file, I have also provided the visual basic source code.

.zip File Attachment: RunMsgr.zip (5.06 KB)
This file has been downloaded 307 time(s).
05-21-2008 01:05 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Batch start an identified Messenger - by francoisch on 05-15-2008 at 05:31 PM
RE: Batch start an identified Messenger - by Stigmata on 05-19-2008 at 07:06 PM
RE: Batch start an identified Messenger - by francoisch on 05-19-2008 at 08:20 PM
RE: Batch start an identified Messenger - by CookieRevised on 05-20-2008 at 12:45 AM
RE: Batch start an identified Messenger - by francoisch on 05-20-2008 at 07:44 AM
RE: Batch start an identified Messenger - by Stigmata on 05-21-2008 at 01:05 AM
RE: Batch start an identified Messenger - by francoisch on 05-21-2008 at 07:14 PM
RE: Batch start an identified Messenger - by Apatik on 05-21-2008 at 09:17 PM
RE: Batch start an identified Messenger - by Stigmata on 05-21-2008 at 11:48 PM
RE: Batch start an identified Messenger - by francoisch on 05-22-2008 at 11:41 AM
RE: Batch start an identified Messenger - by francoisch on 09-27-2008 at 05:28 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On