What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » help with mouse events/ contact info

help with mouse events/ contact info
Author: Message:
pariah123
New Member
*


Posts: 3
Joined: May 2007
O.P. help with mouse events/ contact info
2 questions ::

1) Plus doesnt support mousevents??? (Like onMouseover and such...)
2) Is there a way to access a contacts Date of Birth (assuming his user is on the Microsoft network) ?
05-16-2007 11:24 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: help with mouse events/ contact info
1) JScript isn't JavaScript...

Plus! support many events which include clicking on controls etc. For other stuff you need to refer to subclassing and Windows APIs directly. Look up PlusWnd::RegisterMessageNotification and OnWindowidEvent_* in the scripting documentation.

2) No

This post was edited on 05-16-2007 at 11:34 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
05-16-2007 11:29 PM
Profile PM Find Quote Report
effection
Full Member
***

Destroy The Runner

Posts: 135
Reputation: 4
– / Male / Flag
Joined: Sep 2006
RE: help with mouse events/ contact info
here's my old mouse library with a few functions


.zip File Attachment: mouse.zip (1.75 KB)
This file has been downloaded 85 time(s).
05-17-2007 05:31 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: help with mouse events/ contact info
quote:
Originally posted by effection
here's my old mouse library with a few functions
nice, but I wouldn't use that.

You don't need (crappy) polling and checking every 100ms for the mouse position and creating timers for this, simply use PlusWnd::RegisterMessageNotification and listen to Windows Messages to create real events.

;)

This post was edited on 05-17-2007 at 05:47 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
05-17-2007 05:46 PM
Profile PM Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: RE: help with mouse events/ contact info
quote:
Originally posted by CookieRevised
quote:
Originally posted by effection
here's my old mouse library with a few functions
nice, but I wouldn't use that.

You don't need (crappy) polling and checking every 100ms for the mouse position and creating timers for this, simply use PlusWnd::RegisterMessageNotification and listen to Windows Messages to create real events.

;)

PlusWnd::RegisterMessageNotification would be for one window (right?), not the whole system.
4 8 15 16 23 42
05-17-2007 07:25 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: help with mouse events/ contact info
If you need mouseover events it is for controls on your own created windows, in 99,999999% of all cases...

This post was edited on 05-18-2007 at 01:55 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
05-18-2007 01:52 AM
Profile PM Find Quote Report
effection
Full Member
***

Destroy The Runner

Posts: 135
Reputation: 4
– / Male / Flag
Joined: Sep 2006
RE: RE: help with mouse events/ contact info
quote:
Originally posted by CookieRevised
quote:
Originally posted by effection
here's my old mouse library with a few functions
nice, but I wouldn't use that.

You don't need (crappy) polling and checking every 100ms for the mouse position and creating timers for this, simply use PlusWnd::RegisterMessageNotification and listen to Windows Messages to create real events.

;)


yeah i was in the middle of starting that when i stopped scripting, some day il maybe rewrite it
05-20-2007 11: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