c# - what is the ascii code of windows key? -


What is the ASCII code of the Windows key? In my C # application I want to lock or disable the window key.

Actually like the Windows key, key 't has an ASCII value only' Printable 'key To have an ASCII value you will have to use the keydown or key up event to find the key as the key key and press the key to use the keycode. This key is for ccode 93. Ex: -

Private subtxt_KeyDown (shift key as integer, as KeyCode integer) if KeyCode = 93 then msgbox "93" end if end subs >>


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -