What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Script for webcam?

Script for webcam?
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Script for webcam?
It doesn't work because you need to create the ActiveXObject in JScript rather than setting a reference in VB. Also, the messenger API you are refering to is actually Windows Messenger that ships with Windows XP, not Windows Live Messenger, so it will probably try to start the wrong programs webcam anyway.

Use the SendMessage API as I stated above.

EDIT:

Javascript code:
Interop.Call('user32', 'SendMessageW', ChatWnd.Handle, 0x0111, 40279, 0);
// This code is untested.  Replace 40279 with 40049 for Video Call


Source:
quote:
Originally posted by djdannyp

MENUITEM "Start a Video &Call", 40049, MFT_STRING, MFS_ENABLED
MENUITEM "&Show your webcam", 40279, MFT_STRING, MFS_ENABLED

40049 is for video call
40279 is for webcam

This post was edited on 05-01-2009 at 10:54 AM by Spunky.
<Eljay> "Problems encountered: shit blew up" :zippy:
05-01-2009 10:50 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Script for webcam? - by Hen on 03-11-2009 at 09:09 AM
RE: Script for webcam? - by mynetx on 03-11-2009 at 09:59 AM
RE: RE: Script for webcam? - by Hen on 03-11-2009 at 03:47 PM
RE: Script for webcam? - by mynetx on 03-11-2009 at 04:28 PM
RE: Script for webcam? - by Hen on 03-12-2009 at 10:39 AM
RE: Script for webcam? - by timeshifter on 03-16-2009 at 12:11 PM
RE: Script for webcam? - by CookieRevised on 03-17-2009 at 05:21 AM
RE: Script for webcam? - by timeshifter on 03-17-2009 at 11:57 AM
RE: Script for webcam? - by Spunky on 03-17-2009 at 12:24 PM
RE: Script for webcam? - by Hen on 05-01-2009 at 10:24 AM
RE: Script for webcam? - by Spunky on 05-01-2009 at 10:50 AM
RE: Script for webcam? - by Hen on 05-01-2009 at 02:47 PM
RE: Script for webcam? - by matty on 05-01-2009 at 02:52 PM
RE: Script for webcam? - by Spunky on 05-01-2009 at 05:50 PM
RE: Script for webcam? - by CookieRevised on 05-04-2009 at 03:51 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On