hey all

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

Thanks

abelLazm commented: good +11

Recommended Answers

All 3 Replies

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

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.