winforms - How do i send a set of keys to my program to implement using code only no keyboard C#? -
how implement set of keys have been sent me program , example (alt & f4) or other wanted sequence ? , thanks in advance :)
thanks every 1 turned out ,c# makes available static class this:
sendkeys.send("abc"); this send top form abc , more keys check link
http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.send.aspx
Comments
Post a Comment