# Step 4 of 4: Running the C1TaskDialog Application

## Content



In the previous steps of this quick start you created a new application, added the **C1TaskDialog** control, and customized the application. All that's left is to run the application to view some of the possible run-time interactions.

Complete the following steps to view some of the run-time interactions possible with your application:

1.  From the **Debug** menu, select **Start Debugging** to view how your application will appear at run time.
2.  Click the **Open Dialog Box** button that appears on the form. The **C1TaskDialog** dialog box will appear.
3.  Click on one of the **Command Links**, for example the first link:<br />![](https://cdn.mescius.io/document-site-files/images/88084ada-ce7b-4ec0-9f66-d851989d7cf2/imagesext/image13_2.png)
    
    The link will open in a browser window. Notice that the dialog box does not close when the link is clicked – this is because the code you added in the previous step cancelled the dialog box closing.
    
4.  Click the **Cancel** button. The dialog box will close.

Congratulations, you have completed the **C1TaskDialog** quick start! You created a new application, added the **C1TaskDialog** control and customized it, added code to initialize the application, and run the application to view some of the possible run-time interactions.