Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

How to use dictionary for Keyboard typed key and display value using c# .net?

I want to create own key and own value for my application.
I know it is possible by only dictionary.

When we typed 2 so it will be display my own value.

like:- 1-A,3-R,2-W,4-q,5-T,6-'.

example:-

SUM of two text boxes values.
T1+T2=T3
AW(12)+Wq(24)=R'(36)

but how?

Thanks in Advance.

Please help me.

Ankit Agarwal
Software Engineer
Posted
Updated 24-Mar-15 23:25pm
v2

1 solution

It is not too difficult to find the documentation[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900