PDA

View Full Version : Question about Sendmessage 1.51



Ron
October 13th, 2002, 12:55 PM
The left click in Girder should also work.. did you try that one ?

Ron
October 13th, 2002, 12:55 PM
aaah i see,.. here are the numbers:



#define WM_LBUTTONDOWN 0x0201
#define WM_LBUTTONUP 0x0202
#define WM_LBUTTONDBLCLK 0x0203
#define WM_RBUTTONDOWN 0x0204
#define WM_RBUTTONUP 0x0205
#define WM_RBUTTONDBLCLK 0x0206
#define WM_MBUTTONDOWN 0x0207
#define WM_MBUTTONUP 0x0208
#define WM_MBUTTONDBLCLK 0x0209


!Mind! these numbers are hex, you need to enter decimal number. You can use the windows calculator to convert.

<font size=-1>[ This Message was edited by: RonB on 2001-08-29 22:55 ]</font>

Mark F
October 13th, 2002, 12:55 PM
I'm not near my development machine right now so I can't tell you the parameters. If no one answers in the mean time, I'll try to find them when I get to work in a couple of hours.

wooz
October 13th, 2002, 12:55 PM
How can I send a "Left Click" message with the new SendMessage plugin?

wooz
October 13th, 2002, 12:55 PM
The Left Click in Girder works fine, but I need the register feature of the new SendMessage plugin.

wooz
October 13th, 2002, 12:55 PM
Thanks! Works just fine.