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