Shoutbox

Buggy batch start - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10)
+----- Thread: Buggy batch start (/showthread.php?tid=86504)

Buggy batch start by francoisch on 10-09-2008 at 11:34 AM

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