Step 2 of 3: Adding Code to the Application

In the previous step you set up the application's user interface and added controls to your application. In this step you'll add code to your application to finalize it.

Complete the following steps:

1.   Select View | Code to switch to Code view.

2.   In Code view, add the following import statement to the top of the page:

      Visual Basic

      C#

3.   Add the following C1MaskedTextBox_TextChanged event handlers to the project:

      Visual Basic

      C#

4.   Add code to the page's constructor so that it appears like the following:

      Visual Basic

      C#

In this step you completed adding code to your application. In the next step you'll run the application and observe run-time interactions.


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.