Simulate mouseclicks

G

Guest

Hi, I want to create an application that can record and reproduce
all user interaction with a GUI. For this I need to be able to
simulate mouseclick events. Can anyone tell me how I
can do this.
 
H

Herfried K. Wagner [MVP]

james henderson said:
Hi, I want to create an application that can record and reproduce
all user interaction with a GUI. For this I need to be able to
simulate mouseclick events. Can anyone tell me how I
can do this.

See (complete thread):

<URL:http://groups.google.de/groups?threadm=F17BCBD4-42B2-42DC-A96E-F27089661C26@microsoft.com>

For recording the mouse click, you may have to use a Win32 mouse hook:

<URL:http://msdn.microsoft.com/library/en-us/dnwui/html/msdn_hooks32.asp>
<URL:http://msdn.microsoft.com/library/en-us/winui/winui/windowsuserinterface/windowing/hooks.asp>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top