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

Sending data to ActiveXObject
Author: Message:
Deco
Full Member
***


Posts: 188
Reputation: 4
41 / Male / Flag
Joined: Aug 2006
O.P. Sending data to ActiveXObject
Hi,

Here's what I'm trying to do:

Send the msgs I send on msn to a program I made in VB.Net... the only way I could think of would be using the ActiveXOBject but I don't know how. Could anyone clear this up for me or send me any link to somewhere I could learn about this?

Thanks
10-12-2006 07:46 PM
Profile E-Mail PM Web Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: Sending data to ActiveXObject
To create an ActiveXObject:
code:
var myObj = new ActiveXObject("ClassName");
So, an example would be:
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message) {
   var myObj = new ActiveXObject("MyLibrary.MyObject");
   var result = myObj.DoSomething(Message);
   return result;
}
assuming that MyLibrary.MyObject is a registered object.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
10-13-2006 04:11 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


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