This document provides instructions for creating two demo projects using Windows Forms: a basic calculator and a student progress report tracker. For the calculator, it describes designing the user interface with labels, textboxes and buttons, setting control properties, and writing event handlers for the buttons. For the student tracker, it similarly outlines designing the UI, setting control properties, and writing an event handler for calculating and displaying marks, percentage, division and result. The document is intended to teach beginners how to build simple Windows Forms applications.