c# - Sending/Pressing Keys through a socket -


is possible press keys a,b,c... on keyboard through socket?

my code connects game server , want press keys on keyboard macro guess. how accomplish sending key through socket? possible?

it client less, know, not possible.

i've tried

sendkeys("a") , sendwait("a") 

but believe these need window focus on, since clientless, there no window focus on, connected socket via program.


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -