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

Buggy batch start
Author: Message:
francoisch
Junior Member
**


Posts: 53
Joined: Jan 2007
O.P. Buggy batch start
hello

I was happy enough months ago to receive from a kind folk into this forum this piece of code :
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

mentioning that I know nothing into this technical area.

This used to work, ie launching a Messenger from a Bat file, until it failed with an alert box saying: “execution error 7, insufficient memory”

Anyone who would have a suggestion about how to fix this bug would be much welcomed.

Thank you in advance.

Francois
10-09-2008 11:34 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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