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:
  1. Launch Microsoft Visual Studio Community.

  2. Normally, a default form Form1 will be available for you to start your new project.


  3. Drag the tool Label from the pane Toolbox to the form and modify its properties accordingly.