This document provides information about advance GUI controls in .NET, including RichTextBox, Dialog Boxes, TreeView and ListView controls. It discusses the properties, methods and events of each control and provides code examples for working with them. Specifically, it covers how to format text, load and save files using RichTextBox, open and save files using common dialog boxes, add and manipulate nodes in a TreeView, and work with columns and items in a ListView. The document is intended to supplement classroom teaching on these GUI controls for a 4th semester BCA course.