240 发简信
IP属地:安徽
  • Winform设置textbox默认只能输入中文

    在窗体的LOAD事件中加入代码: this.textBox1.ImeMode = ImeMode.Off; 在textbox的keypress事...

  • Winform设置datetimepicker默认为空

    窗口LOAD事件中加入代码: this.dateTimePicker1.Format = DateTimePickerFormat.Custom...