What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » howto: Send Nudge

howto: Send Nudge
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: howto: Send Nudge
quote:
Originally posted by afelipE_scripts
function OnEvent_ChatWndSendMessage(Wnd,Msg) {
if ( Msg == "nudge" ){
var hwnd = Interop.Call('User32',"FindWindowW",'IMWindowClass',0);
var nvoHwnd= Interop.Call('User32',"SendMessageW", hwnd, 273, 689,0);
return "";
}
}


^^ 


Greetings
lol cool.

Could you also find out how to trace a received nudge :p.
08-26-2006 08:38 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
howto: Send Nudge - by felipEx on 08-26-2006 at 08:33 AM
RE: howto: Send Nudge - by Felu on 08-26-2006 at 08:38 AM
RE: howto: Send Nudge - by Eljay on 08-26-2006 at 08:39 AM
RE: howto: Send Nudge - by NanaFreak on 08-26-2006 at 08:46 AM
RE: howto: Send Nudge - by markee on 08-26-2006 at 08:46 AM
RE: howto: Send Nudge - by saralk on 08-26-2006 at 09:10 AM
RE: howto: Send Nudge - by Spunky on 08-26-2006 at 09:25 AM
RE: howto: Send Nudge - by markee on 08-26-2006 at 09:27 AM


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