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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -