What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Sending back a Nudge.

Sending back a Nudge.
Author: Message:
andrewbob
New Member
*


Posts: 6
Joined: Jan 2006
O.P. Sending back a Nudge.
I was just wondering what i would have to do 2 make a plug in that when some1 nudges me that i can nudge them back automaticaly.
Some childlish contacts of mine seem 2 send me a nudge every 2 sentances. (i worked out how 2 turn the shaking effect off)
So i was looking @ the API Docs and i think that this might be the fuction thing to use but i dont really know i'm still learning:
ReceiveNotify()
I found it in the sample plugin.
I'm programing in Visual Basic 6

Any help would be much appreicated.
Thanks
--
Andrew Bob
01-13-2006 11:33 AM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Sending back a Nudge.
The RecieveNotify() function is meant for notifcation codes of Messenger Plus! send by plugins which your contacts have installed.

Nudges are part of Messenger itself and have got nothing to do with Plus! notifications.

So you can't use that function (in fact you can't use any plugin function as there isn't any for this) to be notified of nudges. You must revert to your own hooking techniques and stuff to be able to be notified programmatically when a nudge has been sent.
.-= A 'frrrrrrrituurrr' for Wacky =-.
01-13-2006 11:43 AM
Profile PM Find Quote Report
Moo
Full Member
***

Avatar

Posts: 395
Reputation: 19
Joined: Jun 2004
RE: Sending back a Nudge.
If you ever find a way to make it possible let us know. It sounds like a good idea.
01-13-2006 12:26 PM
Profile E-Mail PM Find Quote Report
andrewbob
New Member
*


Posts: 6
Joined: Jan 2006
O.P. RE: Sending back a Nudge.
Is there anyway to detect messages sent by the other contact in the contact window?
eg. in a convo
quote:

Bill says: Hello
u says: Hi
Bill says: How are you?

Is there a way to detect the "How are you?" part that was sent from your contact. or even better detect "[contact name] says: How are you?"
Then have the plugin reply back: Great

My throught then was when a contact sends you a nudge this appears in the convo window:
quote:
[contact name]just sent you a Nudge!

Hope that makes sence. Just like an auto responder. Thats a bit more advance with its configuration.

Thanks Again
--
Andrew Bob

This post was edited on 01-13-2006 at 11:23 PM by andrewbob.
01-13-2006 11:23 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Sending back a Nudge.
quote:
Originally posted by andrewbob
Is there anyway to detect messages sent by the other contact in the contact window?
eg. in a convo

Matty's reply to Active Accessibility for incoming messages
01-14-2006 03:59 AM
Profile E-Mail PM Find Quote Report
andrewbob
New Member
*


Posts: 6
Joined: Jan 2006
O.P. RE: Sending back a Nudge.
Thanks Matty. I've worked out how 2 change Mattys code so that i can detect text that has been sent/recived in the convo. I just dont know how 2 put it into a plugin. Do i just create a new Public Function eg. Public Function Nudgeback() and add my code that i worked out (with the help of matty) into that function and will messenger plus pick that up?
Thanks
--
Andrew Bob
01-16-2006 10:40 AM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Sending back a Nudge.
No you wont be able to have a function that Plus! automatically recognizes. The easiest way to use the code I posted is to create a form. Use the ShowWindow API to show it. Subclass the window and call your function when needed.
01-18-2006 05:06 AM
Profile E-Mail PM 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