Hey, so I'm just finishing up one of my windows forms, and along with having button input, I'd like to have keyboard input that can do pretty much the same thing so the user can choose based on preference, anyway, can someone please tell me what the name is for this key ^? As in Keys.___
Thanks!
What is this key called ^?
Page 1 of 16 Replies - 398 Views - Last Post: 07 February 2012 - 12:05 PM
Topic Sponsor:
Replies To: What is this key called ^?
#2
Re: What is this key called ^?
Posted 06 February 2012 - 06:02 PM
#3
Re: What is this key called ^?
Posted 06 February 2012 - 06:23 PM
This character ---> ^? the one above the 6 key? That is the "Circumflex Accent"
Want to find the names of characters? In Windows, press Winkey + R then type charmap. When CharMap opens, you can hold down the left mouse button and move across the characters and the names will be displayed at the bottom.
Want to find the names of characters? In Windows, press Winkey + R then type charmap. When CharMap opens, you can hold down the left mouse button and move across the characters and the names will be displayed at the bottom.
#4
Re: What is this key called ^?
Posted 06 February 2012 - 06:24 PM
Wow, I remember charmap on Windows 3.1!
#5
Re: What is this key called ^?
Posted 06 February 2012 - 06:37 PM
The ^ isn't a key though. The 6 is a key. There is no Keys. enumeration for the caret/accent. Check the modifiers to see if the the shift is down when the 6 is pressed. Or check it against the string literal "^"
You can also make a quickie loop of code that just spits out the key codes of whatever is pressed... THen press the keys you want. SOmetimes its just faster to do it yourself with experimentation than to write a question and ask for responses.
You can also make a quickie loop of code that just spits out the key codes of whatever is pressed... THen press the keys you want. SOmetimes its just faster to do it yourself with experimentation than to write a question and ask for responses.
#6
Re: What is this key called ^?
Posted 07 February 2012 - 11:22 AM
I went in a total trip and thought that was a tilde (~) and was ready to write about explicit destructors...
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote






|