What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » detect when user goes offline

detect when user goes offline
Author: Message:
dark_1
New Member
*


Posts: 4
– / Male / –
Joined: Nov 2004
O.P. Huh?  detect when user goes offline
im working on an plus! plugin in vb and i need it to detect when a user goes offline. whats the best method to do this?
11-30-2004 03:02 AM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: detect when user goes offline
code:
Private Sub object_OnContactStatusChange(
        ByVal pMContact As Object,
        ByVal mStatus As MISTATUS)
Where object is the variable you've saved oMessenger in Initialize() in.

This post was edited on 11-30-2004 at 10:18 AM by RaceProUK.
[Image: spartaafk.png]
11-30-2004 10:17 AM
Profile PM Web Find Quote Report
dark_1
New Member
*


Posts: 4
– / Male / –
Joined: Nov 2004
O.P. RE: detect when user goes offline
thnx..i was wondering if there was another way but i guess not :P
Compile error:
User-defined type not defined

also in my references it lists Messenger 1.0 Type Library and that points to msmsgs.exe

when i add a new reference to msnmsgr.exe is lists it as Messenger Private Type Library :(

im using vb 5...cld that b the problem?
12-01-2004 12:06 AM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: detect when user goes offline
quote:
Originally posted by dark_1
Messenger 1.0 Type Library
Messenger Private Type Library
'Tis neither of these you need, 'tis the Messenger API Type Library ;)
[Image: spartaafk.png]
12-01-2004 03:09 PM
Profile PM Web Find Quote Report
dark_1
New Member
*


Posts: 4
– / Male / –
Joined: Nov 2004
O.P. RE: detect when user goes offline
lol i know it needs to say messender API type library...but it doesnt..:(

any1 know why?
12-01-2004 04:54 PM
Profile E-Mail PM Web Find Quote Report
dark_1
New Member
*


Posts: 4
– / Male / –
Joined: Nov 2004
O.P. RE: detect when user goes offline
hehe...got the library....had to use reshacker to extract it from msnmsgr.exe tho *-)(6)(A)
12-01-2004 08:42 PM
Profile E-Mail PM Web Find Quote Report
_Humphreys
Veteran Member
*****


Posts: 1140
Reputation: 20
24 / – / Flag
Joined: Nov 2003
Status: Away
RE: detect when user goes offline
quote:
Originally posted by : dark_1hehe...got the library....had to use reshacker to extract it from msnmsgr.exe
I think thats illegal actually so just get it by testing out and asking others.;)
AC3
12-01-2004 08:59 PM
Profile PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: detect when user goes offline
quote:
Originally posted by dark_1
hehe...got the library....had to use reshacker to extract it from msnmsgr.exe tho *-)(6)(A)
You don't need to do that.
quote:
Originally posted by dark_1
lol i know it needs to say messender API type library...but it doesnt..:(
It's in the list of References.
[Image: spartaafk.png]
12-02-2004 09:05 AM
Profile 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