Results 1 to 15 of 15

Thread: KeyDown event

Threaded View

  1. #8
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: KeyDown event

    Hey,

    Using this code:

    Code:
    private void desktopThumbs_KeyDown(object sender, KeyEventArgs e)
    {
          MessageBox.Show(e.KeyValue.ToString());
    }
    Do you not get a MessageBox with 16 in it when you hit shift? That is what I get.

    I think there is something going on that you are not mentioning.

    What is the exact code you are using?

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width