Page tree
Skip to end of metadata
Go to start of metadata

Each PowerPointWriter Tutorial contains a step-by-step walkthrough designed to guide you through implementing one part of a presentation.

You can also download sets of the PowerPointWriter Hello World and Basic tutorials as Visual Studio Solution files.

Hello World Tutorial

This tutorial will walk you through writing a snippet of text to a PowerPoint presentation using PowerPointTemplate.

  • Hello World using PowerPointTemplatePowerPointWriter's PowerPointTemplate approach allows you to write data to a template presentation that contains data markers. The dta markers tell PowerPointWriter where to bind specific sets of data. This tutorial will show you the basics of dynamically inserting data into a presentation using PowerPointTemplate by taking custom text from a web form textbox and inserting it into a template file.

Basic Tutorials

  • Project ProposalThe Project Proposal contains information about a new software project, including team members and expected costs. This sample consists of three parts that demonstrate the basics of designing a presentation with PowerPointWriter. By the end of this sample you will be able to create a presentation that takes advantage of the features of both PowerPointTemplate and PowerPointApplication.
  • Employee TrainingThe New Employee Training is a presentation for a new employee orientation. It includes information such as company history and job expectations This sample consists of three parts that demonstrate the basics of designing a presentation with PowerPointWriter. By the end of this sample you will be able to create a presentation that takes advantage of the features of both PowerPointTemplate and PowerPointApplication.

Downloads

  • No labels