http://topic.csdn.net/u/20080628/09/08c849a9-2c10-4217-96d5-9542968c4c8b
我在WEB里面使用
所以textbox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
不可用
能 帮忙的兄弟 上面那个帖子里面的20分也给你 分不多 交个朋友
------解决方案--------------------------------------------------------
没有这个属性,但是你自己可以写javascript或者是正则表达式
------解决方案--------------------------------------------------------
俺不知道有没有,但是有别的方法,JS
------解决方案--------------------------------------------------------
不知道,我都是在TextChange事件中写 textBox1.text=textBox1.text.toupper();
------解决方案--------------------------------------------------------
string s;
s.ToUpper();