hey all
i want to put £ symbol in my textbox but don't have it on keyboard can any one help me?
Thanks
hey all
i want to put £ symbol in my textbox but don't have it on keyboard can any one help me?
Thanks
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?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.