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

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -