Own status change notification |
Author: |
Message: |
Kapil
New Member
Posts: 6
39 / / –
Joined: Apr 2004
|
O.P. Own status change notification
Can somebody post a snippet to show me how to be notified when the user changes his status? As in, I want my plugin to react whenever I change my status to busy/whatever.
I want a snippet cause I don't know enough about COM to figure it out by myself. Any help would be appreciated.
|
|
04-06-2004 01:11 AM |
|
|
martin
Senior Member
Posts: 733
38 / / –
Joined: Mar 2003
Status: Away
|
RE: Own status change notification
Dempsey made/making a little proggy that popups a little dialog box on status change, if that wut your wanting u could probaly ask him how he made it.
|
|
04-06-2004 05:31 AM |
|
|
Kapil
New Member
Posts: 6
39 / / –
Joined: Apr 2004
|
O.P. RE: Own status change notification
You don't get. I want to be notified when my own status changes, as in, I want to know how to detect when I set my status to away or busy or whatever, and react to it in my code. Dempsey's plugin reacts when somebody else's status changes, though that's not what I want.
This post was edited on 04-06-2004 at 03:37 PM by Kapil.
|
|
04-06-2004 03:35 PM |
|
|
kao
Veteran Member
boring
Posts: 1814 Reputation: 52
37 / /
Joined: Jul 2003
Status: Away
|
RE: Own status change notification
i thought you'd usually know when you changed your status i doubt it'd be hard for someone to code as a plugin... but who would actually use it?
|
|
04-06-2004 05:07 PM |
|
|
Kapil
New Member
Posts: 6
39 / / –
Joined: Apr 2004
|
O.P. RE: Own status change notification
Hehehe don't you understand the possibilities? My plugin is a bot which is activated whenever you set your status to away. That's the use. Anyone? Any suggestions? Maybe Patchou? You're god, by the way.
|
|
04-06-2004 08:23 PM |
|
|
Kapil
New Member
Posts: 6
39 / / –
Joined: Apr 2004
|
O.P. RE: Own status change notification
That's the reason I need a snippet, I have all the bot functions complete (it's got a neat little menu and commands which are activated when people send you messages), I just need to know how to know when the user's status is changed.
|
|
04-06-2004 08:25 PM |
|
|
Sk3tch
Veteran Member
We are Samurai, the keyboard cowboys
Posts: 1675 Reputation: 4
38 / / –
Joined: Jul 2003
|
RE: Own status change notification
is this in vb? If so just use the onmystatuschange event
|
|
04-06-2004 08:25 PM |
|
|
dotNorma
Veteran Member
Posts: 1745 Reputation: 17
33 / / –
Joined: May 2003
|
RE: Own status change notification
code: Private Sub MSN_Onmystatuschange()
But make sure you have "Set MSN = New Messenger"
Or you could change MSN on both of them
This post was edited on 04-06-2004 at 09:19 PM by dotNorma.
|
|
04-06-2004 09:18 PM |
|
|
martin
Senior Member
Posts: 733
38 / / –
Joined: Mar 2003
Status: Away
|
RE: Own status change notification
quote: Originally posted by Kapil
Dempsey's plugin reacts when somebody else's status changes, though that's not what I want.
i was saying that it displays the box when I change my status.
|
|
04-06-2004 09:35 PM |
|
|
Menthix
forum admin
Posts: 5537 Reputation: 102
40 / /
Joined: Mar 2002
|
RE: Own status change notification
I also recall that i saw a plugin which reads activities from the Event Log? The Event Log from Plus! also writes an event every time the current user itself changed his/her status, so you could maybe capture those to trigger your software's actions.
|
|
04-06-2004 09:50 PM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|