NetXP Reusable Forms

The inheritable forms in NetXP are provided so that your applications can have a common look and feel.

About Box

This form provides, among other things, a list of loaded assemblies.

Example

Dialog Box

This form is set up so that it has a fixed dialog border and no minimize or maximize buttons. It is also shown centered and it is not shown in the task bar. This form contains an OK button and a Cancel button, which are fully customizable and are set as the AcceptButton and CancelButton properties respectively.

Popup Form

This form provides an inheritable, reusable popup form that implements all the functionality of a typical popup window.

Example

Wizard Form

The wizard form provides all the functionality necessary to create a wizard.

Example