Hey,
Using this code:
Do you not get a MessageBox with 16 in it when you hit shift? That is what I get.Code:private void desktopThumbs_KeyDown(object sender, KeyEventArgs e) { MessageBox.Show(e.KeyValue.ToString()); }
I think there is something going on that you are not mentioning.
What is the exact code you are using?
Gary





Reply With Quote