I am using C# windows Application
I am checking which key, user have pressed down by keyboard. I have checked for all keys but its not working in case of printScreen
private void comboBox1_KeyDown(object sender, KeyEventArgs e)
{
MessageBox.Show(e.KeyCode.ToString());
}
So how to detect PrintScreen Key