I make a finger progamming in C#, and i wana when a user input to textbox1
, this is display is textbox2
. I don't know convert Keys to string, ex: Keys.space
, Keys.Back
... and shirt + symbol
-> upper.
Asked
Active
Viewed 71 times
0

GrizzlyManBear
- 647
- 8
- 16

Linh Nguyễn
- 1
- 1
-
You probably won't need to convert keys, just copy the string. Anyways, show your attempt at solving the problem! – mason Feb 03 '16 at 18:36
-
1You may be looking for key down or preview key down. Sorry for you poor English but this is very unclear. – paparazzo Feb 03 '16 at 18:39
-
wana in Swahili means kids. Could you reformat the question? – Tinwor Feb 03 '16 at 18:52
-
You can do it as per the question this is a duplicate of, but for the end result copying the text itself would be much easier. – Jon Hanna Feb 03 '16 at 18:56
-
thank you for help me! i will try your help. – Linh Nguyễn Feb 04 '16 at 17:56
-
Thank dude! i finished my app. Copy string is good idea. And it look like that: http://i64.tinypic.com/2d8nhwy.png – Linh Nguyễn Feb 16 '16 at 03:09