What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Help] Detecting control mouse-over

[Help] Detecting control mouse-over
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. RE: [Help] Detecting control mouse-over
Okay, that'll do it. Thanks :D

Well, I guess I was wrong about the 1st sentence of this post..

I've inserted a "OnWindowidEvent_MessageNotification", yet nothing shows up in the debugger..

My code:
code:
function OnEvent_Initialize(MessengerStart) {
      WndMain = MsgPlus.CreateWnd("Windows.xml","WndMain",1);
}

function OnWndMainEvent_MessageNotification(PlusWnd,wMessage,wParam,lParam) {
      Debug.Trace("> Got message \"" + wMessage + "\" with wParam \"" + wParam + "\" and lParam \"" + lParam + "\"");
}



No, I was right :D

This post was edited on 07-09-2008 at 06:03 PM by SmokingCookie.
07-09-2008 05:33 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Help] Detecting control mouse-over - by SmokingCookie on 07-09-2008 at 05:19 PM
RE: [Help] Detecting control mouse-over - by matty on 07-09-2008 at 05:32 PM
RE: [Help] Detecting control mouse-over - by SmokingCookie on 07-09-2008 at 05:33 PM
RE: [Help] Detecting control mouse-over - by matty on 07-10-2008 at 01:24 PM
RE: [Help] Detecting control mouse-over - by SmokingCookie on 07-10-2008 at 02:48 PM
RE: [Help] Detecting control mouse-over - by matty on 07-10-2008 at 05:15 PM
RE: [Help] Detecting control mouse-over - by SmokingCookie on 07-10-2008 at 05:20 PM
RE: [Help] Detecting control mouse-over - by Jana. on 07-21-2008 at 09:10 AM
RE: [Help] Detecting control mouse-over - by CookieRevised on 07-21-2008 at 12:20 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