Text of videoThis shows how to add the status strip.
private void timer1_Tick_1(object sender, EventArgs e)
{
toolStripStatusTime.Text = System.DateTime.Now.ToString();
}
Be sure to click Save All
after completing each step.
End of lesson, Next lesson: forms in C#