Results 1 to 3 of 3

Thread: looking for keycode values of "-" and "="

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    looking for keycode values of "-" and "="

    in the KeyDown event of my form I'm looking at the Keys enumeration and I cant find the "-" and "=" keys. I tried Keys.Add and Keys.Subtract but apparently those are only for the numpad keys. I just cant find the right one for those two that I mensioned someone help me
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  2. #2
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950
    Here, 45 & 61

  3. #3

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by salvelinus
    Here, 45 & 61
    hey thanks, but apparently its not ascii. I found it by using Debug.WriteLine anyways
    it's oemPlus and oemMinus
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

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