Zebra0.com

csharp dialogsDialogs in C#

Dialogs in C#


Text of video

This 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.

That's all! Congratulations on completing all of the lessons in csharp!