What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! General » Toast pop-up per group

Pages: (3): « First [ 1 ] 2 3 » Last »
Toast pop-up per group
Author: Message:
SlimShady
Junior Member
**


Posts: 19
Joined: Jul 2004
O.P. Toast pop-up per group
Hi,
Messenger Plus 3 is great.

I would like to see a toast pop-up come up when someone from a specific group comes online.
For example: anyone from the group "Colleagues".

Can you provide me that ability?

I'm looking forward to read your replies.

(I didn't see a "Plus Suggestions" subforum that's why I posted here.)
07-06-2004 11:44 AM
Profile E-Mail PM Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Toast pop-up per group
im not sure how to do it in vb

becuase there is no event as contact sign in


i could tell you when

   -ContactAddedToGroup
   - OnGroupAdded
   - OnGroupNameChanged
    - OnGroupRemoved
07-06-2004 12:11 PM
Profile PM Web Find Quote Report
Wouter
Full Member
***

Avatar

Posts: 252
Reputation: 3
38 / Male / –
Joined: Jul 2003
Status: Away
RE: Toast pop-up per group
yes you can :)
look @ OnContactStatusChange
[Image: 1497.jpg]      [Image: qbase.jpg]
07-06-2004 12:19 PM
Profile E-Mail PM Web Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Toast pop-up per group
:) clever clogs :)
like this
code:
Private Sub msn_OnContactStatusChange(pMContact As Object, mStatus As MISTATUS)
If mStatus = MISTATUS_ONLINE Then
Dim bToastResult As Boolean
bToastResult = DisplayToast("" & pMContact & "is now online", "New Group Online", "http://www.plasticangels.com", True)


End Sub


just duno how to define group
07-06-2004 12:27 PM
Profile PM Web Find Quote Report
Wouter
Full Member
***

Avatar

Posts: 252
Reputation: 3
38 / Male / –
Joined: Jul 2003
Status: Away
RE: Toast pop-up per group
for example you can call a function that looks with email defines with groep
[Image: 1497.jpg]      [Image: qbase.jpg]
07-06-2004 12:40 PM
Profile E-Mail PM Web Find Quote Report
Wouter
Full Member
***

Avatar

Posts: 252
Reputation: 3
38 / Male / –
Joined: Jul 2003
Status: Away
RE: Toast pop-up per group
btw i think you mean
If mStatus = MISTATUS_OFFLINE Then
[Image: 1497.jpg]      [Image: qbase.jpg]
07-06-2004 12:43 PM
Profile E-Mail PM Web Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Toast pop-up per group



quote:
Originally posted by Wouter
If mStatus = MISTATUS_OFFLINE Then
quote:
Originally posted by SlimShady
I would like to see a toast pop-up come up when someone from a specific group comes online.


online :)
07-06-2004 12:54 PM
Profile PM Web Find Quote Report
SlimShady
Junior Member
**


Posts: 19
Joined: Jul 2004
O.P. RE: Toast pop-up per group
What I meant was:
"Can you add it in Messenger Plus or
make a plug-in that does that."
I haven't started programming yet.
I'll start programing after I reinstall my PC.
07-06-2004 01:02 PM
Profile E-Mail PM Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Toast pop-up per group
dont worry slim...

me and wouter are masterminding it :)
07-06-2004 01:08 PM
Profile PM Web Find Quote Report
SlimShady
Junior Member
**


Posts: 19
Joined: Jul 2004
O.P. RE: Toast pop-up per group
Allright. Thank you.
07-06-2004 02:11 PM
Profile E-Mail PM Find Quote Report
Pages: (3): « First [ 1 ] 2 3 » Last »
« 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