摘要: 2020-03-16 每日一例第8天 1.新建窗体应用程序,拖入label/textbox/radiobutton控件,并改text值; 2.button控件输入代码; if (radioButton1.Checked) { textBox2.Text = textBox1.Text.ToUpper 阅读全文
posted @ 2020-03-16 23:41 winnerljs 阅读(4730) 评论(0) 推荐(0) 编辑
摘要: 2020-03-15 每日一例第8天 1.新建窗体应用程序,拖入label/textbox控件,并改text值; 2.textBox1的KeyPress属性,并输入代码; if (!Char.IsDigit(e.KeyChar)) { MessageBox.Show("请输入数字","提示",Mes 阅读全文
posted @ 2020-03-16 00:04 winnerljs 阅读(340) 评论(0) 推荐(0) 编辑