Re: Sending Keystrokes to application with known hwnd
- From: "Someone" <nobody@xxxxxxx>
- Date: Sat, 13 Aug 2005 13:33:57 -0400
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
.
- References:
- Sending Keystrokes to application with known hwnd
- From: Amir
- Re: Sending Keystrokes to application with known hwnd
- From: William
- Sending Keystrokes to application with known hwnd
- Prev by Date: Re: SetParent: When toggling on and off, how do I keep the form stationary?
- Next by Date: API to remove html tags from string
- Previous by thread: Re: Sending Keystrokes to application with known hwnd
- Next by thread: Save As
- Index(es):