07 2012 档案

摘要:http://studiostyl.es/ 阅读全文
posted @ 2012-07-28 16:10 andy_0212 阅读(98) 评论(0) 推荐(0)
摘要:private void tBox_KeyPress(object sender, KeyPressEventArgs e) { if (e.KeyChar == 0x20) e.KeyChar = (char)0; //禁止空格... 阅读全文
posted @ 2012-07-22 16:31 andy_0212 阅读(173) 评论(0) 推荐(0)