is there a way to Translate a KeyCode in that way ,which will work if i use it at Keys.Sendkey();
private void Manager_KeyDown(object sender, KeyEventArgs e)
{
Keys.SendKey(e.KeyCode.toString());
}
i tried that way and it wont work ,so is there a way to do that dynamically.
Well i don’t know a better what but this ,you should capture all keys on KeyDown event and send them as String in that format from that web site.
http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.send.aspx