Shoutbox

detect when user goes offline - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: detect when user goes offline (/showthread.php?tid=35026)

detect when user goes offline by dark_1 on 11-30-2004 at 03:02 AM

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?


RE: detect when user goes offline by RaceProUK on 11-30-2004 at 10:17 AM

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.
RE: detect when user goes offline by dark_1 on 12-01-2004 at 12:06 AM

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?
RE: detect when user goes offline by RaceProUK on 12-01-2004 at 03:09 PM

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 ;)
RE: detect when user goes offline by dark_1 on 12-01-2004 at 04:54 PM

lol i know it needs to say messender API type library...but it doesnt..:(

any1 know why?


RE: detect when user goes offline by dark_1 on 12-01-2004 at 08:42 PM

hehe...got the library....had to use reshacker to extract it from msnmsgr.exe tho *-)(6)(A)


RE: detect when user goes offline by _Humphreys on 12-01-2004 at 08:59 PM

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.;)
RE: detect when user goes offline by RaceProUK on 12-02-2004 at 09:05 AM

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.