Convert Keys.Enter to char in Compact Framework

Posted by Vaccano on Stack Overflow See other posts from Stack Overflow or by Vaccano
Published on 2010-05-20T20:01:09Z Indexed on 2010/05/20 20:20 UTC
Read the original article Hit count: 116

Filed under:
|

I need to convert Keys.Enter to a char.

This does not work in compact framework: http://stackoverflow.com/questions/2518749/convert-sequence-of-system-windows-forms-keys-to-a-char (KeyInterop.VirtualKeyFromKey)

Any one have any other ideas?

© Stack Overflow or respective owner

Related posts about c#

Related posts about compact-framework