statusStrip用法

    xiaoxiao2024-12-01  35

    在窗体中加入statusStrip控件,然后编辑项目 然后再添加timer控件:

    private void timer1_Tick(object sender, EventArgs e) { toolStripStatusLabel1.Text = DateTime.Now.ToString("yyyy - MM - dd HH:mm:ss"); }

    最新回复(0)