[jawsscripts] Re: Wm_PostMessage/sendMessage code for leftRight clicking in windows?

  • From: "Geoff Chapman" <gch@xxxxxxxxxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Mon, 28 Jun 2010 21:36:05 +1000

ah! excellent martin. thanks so much for this eh.  I will go search for
that.
man your a literal wellspring of information this week aren't you! <grin.>
thanks for your pointers.  hexidecimal stuff is it? I think that's what the
0x dictates is not it?



----- Original Message ----- 
From: "Martin Slack" <m.g.slack@xxxxxxxxxxxx>
To: "JAWSScripts" <jawsscripts@xxxxxxxxxxxxx>
Sent: Monday, June 28, 2010 7:21 PM
Subject: [jawsscripts] Re: Wm_PostMessage/sendMessage code for leftRight
clicking in windows?


> Geoff,
>
>   Have you Googled for the header file winuser.h?  It contains such gems
as:
>
> #define MOUSEEVENTF_LEFTDOWN    0x0002 /* left button down */
> #define MOUSEEVENTF_RIGHTDOWN   0x0008 /* right button down */
>
>   You might also want to Google for windows constants or windows messages,
> since you will also have to send messages which position the mouse pointer
> where you want it to be.
>
>   hth
>
> Martin
>
>
> ----- Original Message ----- 
> From: "Geoff Chapman" <gch@xxxxxxxxxxxxxxxx>
> To: <jawsscripts@xxxxxxxxxxxxx>
> Sent: Monday, June 28, 2010 2:27 AM
> Subject: [jawsscripts] Wm_PostMessage/sendMessage code for leftRight
> clicking in windows?
>
>
> Anyone happen to have on hand, as they don't seem to have included it as a
> constant in the hjConst header file for some obscure reason,
> the magic code for left/right clicking in windows using the PostMessage
> and/or SendMessage functions?
>
> seems more elegant to me than having to mess around with finding Window
and
> saving cursors, and routing jaws Cursor to the window to click there, etc.
>
> thanks muchly if anyone happens to have it handy.  I know I've seen it in
> Vic's Sonar scripts, but I don't have them on this puter eh.
>
> thanks muchly.
>
> geoff c.
>
> __________�
>
> View the list's information and change your settings at
> //www.freelists.org/list/jawsscripts
>
> __________�
>
> View the list's information and change your settings at
> //www.freelists.org/list/jawsscripts
>

__________�

View the list's information and change your settings at 
//www.freelists.org/list/jawsscripts

Other related posts: