Getting Started


Adding Window and Form parts to the Investment application

This section will guide you through constructing the user interface of two secondary windows. Because the windows have similar parts, you will create a reusable part for the secondary windows using the Form part.

You are going to create a reusable composite part called SecurityFormView that will contain parts and information common to the two secondary windows. The reusable composite part looks like this:
InvestmentApp SecurityFormView


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]