Click to See Complete Forum and Search --> : Micro writer...


Cwetze01
December 15th, 2004, 02:38 AM
Hi,

I want to create a program that can replay recored micros in other programs.
Such as moving a mouse, clicking, and typing.

Does anybody know which Win32 API functions allow one to do this sort of thing?

Cwetze01
December 15th, 2004, 02:49 AM
Wow found out what I was looking for in another thread.

SendInput()

looks like it should work....