Hello world! I'm going to add a status strip to our program in C#. And we will drag the status ship [strip] Status strip to the form, and it's automatically going to dock at the bottom. I need two labels in there. And so I just click that button, and then the first one I'm going to call [ringing in background] file. And the second one is going to be called time. And for file I'm going to say none. Or "No file selected." For the time, [ringing in background] That's going to get updated almost immediately. So let's add a timer. That timer appears at the bottom. And a timer is disabled initially. I'm going to set that to true. And then for my code for that, Under tick I'm going to say Tool strip status time.text equals system dot Dot DateTime dot now dot to string. And parentheses and semicolon. And if we run this, you can see that the time is updated. and it shows the date and time. And there's our menu. And there's our tool strip. And our status bar. and that's it for now.