Overview

This tutorial will take you thru the steps necessary to implement RedRegistration in a Microsoft Visual C++ application. This article will guide you thru creating a  sample application, adding RedRegistration to the application, and determining whether the end-user is registered.  If the end-user does not register, then the About Dialog will display for five seconds.  The user will be able to register by selecting the about box, and entering their registration information. All registration information will be saved in the system registry.

Requirements:

  1. Visual C++ 5 or later
  2. Windows 9x or NT v4.0+
  3. RedRegistration v3.0
  4. Knowledge of Visual C++ programming

 

Step 1.)

Create the basic application


    Next