K
Keith Smith
I added this to my code...
private void comboBox1_KeyDown(object sender,
System.Windows.Forms.KeyEventArgs e)
{
MessageBox.Show("you pressed a key");
}
But it did not do anything. Am I missing a step?
private void comboBox1_KeyDown(object sender,
System.Windows.Forms.KeyEventArgs e)
{
MessageBox.Show("you pressed a key");
}
But it did not do anything. Am I missing a step?