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

JScript To VB6
Author: Message:
ecion
Junior Member
**

Avatar

Posts: 25
Reputation: -1
37 / Male / –
Joined: Jul 2004
O.P. RE: JScript To VB6
cheers for that CookieRevised, works now. :)

however, i've came across another problem, since starting my main project (before was obviously just to learn how to do the basics).
Now im trying to send the contacts email address to the dll when they sign in, and im using this to do it:

function OnEvent_ContactSignin(Email){
    var MyActiveXObject = new ActiveXObject('Project1.Class1');
    var Contacts = Messenger.MyContacts
    var Contact = Contacts.GetContact(Email)
    MyActiveXObject.main1(Contact.Email)
}

It works. However, one slightly odd problem is that when the contact really signs in, i get the info sent to my dll, and the contact is shown online in the contact list. good.
But while trying to do this quickly for testing, i was just blocking/unblocking, to mimic a sign-in, and although i got the info to my dll saying the contact came online - the contact is not shown online in the contact list. :S  i guess thats some sort of bug in wlm, or plus? :S
[Image: ecion_megane_sig2.jpg]
08-15-2006 12:07 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
JScript To VB6 - by ecion on 08-14-2006 at 07:34 PM
RE: JScript To VB6 - by RaceProUK on 08-14-2006 at 08:20 PM
RE: JScript To VB6 - by matty on 08-14-2006 at 08:50 PM
RE: JScript To VB6 - by ecion on 08-15-2006 at 10:14 AM
RE: JScript To VB6 - by RaceProUK on 08-15-2006 at 10:30 AM
RE: JScript To VB6 - by ecion on 08-15-2006 at 10:40 AM
RE: JScript To VB6 - by CookieRevised on 08-15-2006 at 10:51 AM
RE: JScript To VB6 - by ecion on 08-15-2006 at 12:07 PM
RE: JScript To VB6 - by ShawnZ on 08-15-2006 at 05:35 PM


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