1. Mouse events
- Posted by Sergio Gelli <sergelli at uol.com.br> Nov 26, 2004
- 597 views
Hi friends, Please help! Why I can't capture mouse eventes with "w32HMouse" in circumstances like as a "left click" in a Text Window? I think Euphoria don't have resourse to do this. or I don't know how to do this. So, please, tell me how to do a win32 code to capture any (every one, left,midle, rigth) clicks of mouse before or at same time onother programs or Windows tasks. Thanks and best regards. Sergio Gelli
2. Re: Mouse events
- Posted by Patrick Barnes <mrtrick at gmail.com> Nov 26, 2004
- 579 views
- Last edited Nov 27, 2004
On Fri, 26 Nov 2004 09:06:24 -0800, Sergio Gelli <guest at rapideuphoria.com> wrote: > Please help! > Why I can't capture mouse eventes with "w32HMouse" > in circumstances like as a "left click" in a Text Window? Are you talking about a text box inside a window, or a console window? (DOSBOX) -- MrTrick
3. Re: Mouse events
- Posted by Sergio Gelli <sergelli at uol.com.br> Nov 27, 2004
- 588 views
Hi MrTrick, I am talking about a text box inside a window. Sérgio