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.