954,510 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Put symbol in textbox

hey all

i want to put £ symbol in my textbox but don't have it on keyboard can any one help me?

Thanks

bahed121
Junior Poster in Training
68 posts since Apr 2011
Reputation Points: 22
Solved Threads: 1
 
textBox1.Text = "£";

write this code in designer and for run time addition write a code in textBox1_keydown and textBox1_keypress event and write behind any combination of keys like alt+ctrl+y

abelLazm
Postaholic
2,113 posts since Feb 2011
Reputation Points: 219
Solved Threads: 124
 

Thanx abellazm can you tell me how to add keydown or key press function?

bahed121
Junior Poster in Training
68 posts since Apr 2011
Reputation Points: 22
Solved Threads: 1
 
abelLazm
Postaholic
2,113 posts since Feb 2011
Reputation Points: 219
Solved Threads: 124
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You