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:
mynetx
Skinning Contest Winner
*****

Avatar
Microsoft insider

Posts: 1175
Reputation: 33
36 / Male / Flag
Joined: Jul 2007
RE: Script for webcam?
quote:
Originally posted by Hen
Can I do that? :
Write a program in TCL
I don't know if you can write TCL programs... ;)

quote:
Originally posted by Hen
enable the camera, output will be a nice window
I also don't know if you can access the camera from within TCL.
quote:
Originally posted by Hen
Call the TCL (or other C++) program from messenger plus
You can run any command in Messenger Plus! scripts. Just create a COM object and run your line:
JScript code:
var objShell = new ActiveXObject("WScript.Shell");
var strCommand = "calc"; // just example, should open the Calculator
var intResult = objShell.Run(strCommand);


You can find more information on the Run command in the MSDN documentation.
mynetx - Microsoft, enhanced.

You have a problem or issue with Windows, Internet
Explorer or Office?
Send a tweet!
03-11-2009 04:28 PM
Profile E-Mail PM Web 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