Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Send Key strokes to Win32 app

by ccn (Vicar)
on Dec 09, 2008 at 14:47 UTC ( [id://729186]=note: print w/replies, xml ) Need Help??


in reply to Send Key strokes to Win32 app

You can send keystrokes using preinstalled Win32::API module. Import from user32.dll and use
UINT SendInput(UINT nInputs, LPINPUT pInputs, int cbSize) Windows API function

Replies are listed 'Best First'.
Re^2: Send Key strokes to Win32 app
by TAHAIC (Novice) on Dec 12, 2008 at 08:37 UTC
    Thank you all for sharing your wisdom.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://729186]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-03-29 08:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found