Re: Getting mouse click info form a non Gui4Cli window.
Dimitris Keletsekis <[email protected]> Sat, 6 Apr 2013 23:23:59 +0300
| Newsgroups | gmane.comp.windows.gui4cli |
|---|---|
| Message-ID | <CAHiKg1X9QeaKmpL=8AY2HoLigb4icF6c0s8H4D=-XEaDzWMtMg@mail.gmail.com> |
I googled and found this function: SetWindowsHookEx (using the WH_MOUSE_LL flag) Looks like the one to use. Dimitris On Sat, Apr 6, 2013 at 7:55 PM, chris.kevany <[email protected]> wrote: > ** > > > Hi Dimitris, > > I'm currently controlling a non Gui4Cli window on its title with > the "use" command which works great. > > This is a one direction control from Gui4Cli to the external window. > I now would like to retrieve mouse click info from the external window > in Gui4Cli. > > My basic idea is to create a ddl function that catches mouse clicks > at the external window and triggers a Gui4cli event. > > Do you have any suggestions? > > Chris > > >