Shoutbox

StartVideo that start voice instead... - 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: StartVideo that start voice instead... (/showthread.php?tid=57001)

StartVideo that start voice instead... by jpcote on 03-16-2006 at 05:16 AM

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é


RE: StartVideo that start voice instead... by jpcote on 03-17-2006 at 08:12 PM

So nobody have use this function before ?

you never had to use it ?

or i'm the only one to have problem with it...