Código (vb) [Seleccionar]
Private Sub Form_Load()
Set MSN = New MessengerAPI.Messenger
Me.Visible = False
MSN.OptionsPages 0, MOPT_GENERAL_PAGE
DoEvents
SendKeys ("minick")
SendKeys ("{ENTER}")
Me.Visible = True
End Sub
Jaja bueno, así me funciono, lo de los users ni idea porque nunca he programado con esa librería

Saludos!