O.P. StartVideo that start voice instead...
Hi.. i wrote a little program in VB6 that control the weather for my geckos...
everyting works fine.. the program change the nick name of my msn account to tell me the temperature and the relative humidity...
problem starts when i try to automate the launch of a webcam from this account to another msn contact...
i tried this :
Public WithEvents msn As MessengerAPI.Messenger
Public mWindow As MessengerAPI.IMessengerWindow
Private Sub cmd_video_Click()
Set mWindow = msn.StartVideo("**CONTACT**@gmail.com")
End Sub
this code launch VOICE instead of VIDEO... i don't know why...
can you help me ?
JP Côté
|