Slide 8.2: Microsoft C# programming
Slide 8.4: A simple C# application (cont.)
Home
A Simple C# Application
This application prints the string “Welcome to C#!” on a form as shown on the right by following the steps below:
Launch Microsoft Visual Studio Community.
Normally, a default form
Form1
will be available for you to start your new project.
Drag the tool Label from the pane Toolbox to the form and modify its properties accordingly.
Slide 8.2: Microsoft C# programming
Slide 8.4: A simple C# application (cont.)
Home