Re: Sending Keystrokes to application with known hwnd



FYI, SendInput() API function requires Windows 98 and above, and Windows NT
4.0 SP3 or above.

> Private Declare Function SendInput Lib "user32.dll" ( _
> ByVal nInputs As Long, pInputs As GENERALINPUT, ByVal cbSize As Long) As
> Long


.