Hello world! I'm talking about creating a C# program using Microsoft Visual Studio Community 2017. When you start Visual Studio you'll see a screen something like this. And from the menu, we're going to select file, New Project, If C# isn't open, you can use these arrow keys to open that. Select Windows Forms App. Then we're going to find or create a directory called myCSharp. And we're going to name our application HelloWorld, then click OK. When our project opens, we're going to see this form. And the form is where you're going to put your controls as you go along. We can run this by clicking start, and... When out program starts, you can see this is a real Windows application. We can minimize it, and maximize it by using these buttons, And we can close it with that X.