问题描述:label控件更新为下一次更大的数字,1到2,2到3,→,逐渐循环。18为最大,到了18再回到1。
3条回答 默认 最新
- 码老头 2022-02-28 02:17关注
我更愿意以码为例来说明,先看效果:
示例代码如下:
using System; using System.Windows.Forms; namespace WindowsFormsApp1.Forms.Demo2 { public partial class Form2 : Form { public Form2() { InitializeComponent(); } // 声明一个当前索引的字段 private int _currentIndex = 1; // 递增的最大值 private const int MaxIndex = 18; private void Form2_Load(object sender, EventArgs e) { } /// <summary> /// 监听文本框的KeyPress事件 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void textBox1_KeyPress(object sender, KeyPressEventArgs e) { // 当前键盘输入为回车时 if (e.KeyChar == 13) { // 当前索引值加1 _currentIndex++; // 当当前索引值大于最大值是,重置为1 if (_currentIndex > MaxIndex) { _currentIndex = 1; } label1.Text = $"当前索引值:{_currentIndex}"; } } } }
说明都在注释里,另外,请自行处理你的逻辑。
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 1无用
悬赏问题
- ¥15 ATAC测序生成self-pseudo replicates之前是否要进行去线粒体reads
- ¥15 python模糊字匹配函数问题
- ¥20 谁刷目标页面的uv记录器上数据,数据只记录跳转的数值
- ¥30 数据库软件的安装方法
- ¥15 一道以太网数据传输题
- ¥15 python 下载群辉文件
- ¥50 代码还没怎么运行但是需要代码功能调用数据
- ¥15 vue请求不到数据,返回状态200,数据为html
- ¥15 用白鹭引擎开发棋牌游戏的前端为什么这么难找
- ¥35 哪位专业人士知道这是什么原件吗?哪里可以买到?