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