quote:
Originally posted by jackass_wanabe
code:
Private msn As MessengerAPI.Messenger
Private Sub Command1_Click()
msn.StartVideo "contact@hotmail.com"
End Sub
Private Sub Form_Load()
Private WithEvents msn As MessengerAPI.Messenger
End Sub
I've tried that and it doesn't work.