Re: mouse events

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Alex the 1'ts (AlX_at_a)
Date: 06/02/04


Date: Wed, 2 Jun 2004 23:32:03 +0300

VOID mouse_event( DWORD dwFlags,
    DWORD dx,
    DWORD dy,
    DWORD dwData,
    ULONG_PTR dwExtraInfo
);"Raúl Hernández" <raulhsj@hotmail.com> wrote in message
news:DBC85CBD-4EA7-46B6-916A-BB15D240FE3C@microsoft.com...
> I need to simulate all mouse actions (mouse clicks, movements,
drag&drop...) with another device. I know hooking is a reliable way to do
this, and I have tried it, but journal hooks makes the system to hung. I
would like to know another way to get this
>