c# - how to send specific keys in the keyboard? -


i want send (tab) key active form (as if pressed tab key)

i using sendkeys.send(keys.tab.tostring());

it work fine other string

for example : sendkeys.send("my string"); not work tab key

can me?

according site, need use code: {tab}

sendkeys.send("{tab}"); 

http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.send.aspx


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -