What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Automessage when my contacts connect to MSN

Automessage when my contacts connect to MSN
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Automessage when my contacts connect to MSN
quote:
Originally posted by Electro_Q
just a thought for ages you could send a message on yahoo messenger to someone who was not online and they would get it when they came online
That is a feature available now in Windows Live Messenger and Messenger Plus! already had a comeback message feature before this was available.

As far as having a message sent to a contact as soon as they signin this hasn't been created but with some knowledge of Visual Basic it can be completed.

code:
Public WithEvents MessengerAPI As MessengerAPI.Messenger
Dim iMessengerContact As iMessengerContact

Public Function Initialize(ByVal nVersion As Long, ByVal sUserEmail As String, ByVal oMessenger As Object) As Boolean
    Set MessengerAPI = oMessenger
End Function

Private Sub MessengerAPI_OnGroupAdded(ByVal hr As Long, ByVal pMGroup As Object)
    Set iMessengerContact = pMGroup
    MsgBox iMessengerContact.Status
End Sub

Although I haven't foold around with the Plugin API since the creation of scripts in Plus! Live it should be done something like that.

This post was edited on 04-05-2006 at 12:00 AM by matty.
04-04-2006 11:57 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Automessage when my contacts connect to MSN - by Bamboocha on 04-03-2006 at 10:20 AM
RE: Automessage when my contacts connect to MSN - by Eddie on 04-03-2006 at 10:46 AM
RE: Automessage when my contacts connect to MSN - by Reaper on 04-03-2006 at 11:07 AM
RE: Automessage when my contacts connect to MSN - by Eddie on 04-03-2006 at 11:09 AM
RE: Automessage when my contacts connect to MSN - by Sunshine on 04-03-2006 at 11:41 AM
RE: RE: Automessage when my contacts connect to MSN - by J-Thread on 04-04-2006 at 03:28 PM
RE: Automessage when my contacts connect to MSN - by Bamboocha on 04-03-2006 at 09:52 PM
RE: Automessage when my contacts connect to MSN - by Stef on 04-03-2006 at 11:03 PM
RE: Automessage when my contacts connect to MSN - by Bamboocha on 04-04-2006 at 07:38 AM
RE: Automessage when my contacts connect to MSN - by Eddie on 04-04-2006 at 02:30 PM
RE: Automessage when my contacts connect to MSN - by Bamboocha on 04-04-2006 at 05:42 PM
RE: Automessage when my contacts connect to MSN - by Sunshine on 04-04-2006 at 05:57 PM
RE: Automessage when my contacts connect to MSN - by Bamboocha on 04-04-2006 at 07:57 PM
RE: Automessage when my contacts connect to MSN - by Sunshine on 04-04-2006 at 08:45 PM
RE: Automessage when my contacts connect to MSN - by Stef on 04-04-2006 at 08:52 PM
RE: Automessage when my contacts connect to MSN - by Electro_Q on 04-04-2006 at 10:33 PM
RE: Automessage when my contacts connect to MSN - by matty on 04-04-2006 at 11:57 PM
RE: Automessage when my contacts connect to MSN - by hotpanther45 on 04-23-2008 at 08:01 PM
RE: Automessage when my contacts connect to MSN - by IVC392 on 06-02-2008 at 10:10 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