Skip to main content
A newer version of this page is available. .

Lesson 1 - Create a Snap Application

This tutorial describes how to create a WinForms Snap application in Microsoft Visual Studio.

  1. Create a new Windows Forms Application project.

  2. Drag the SnapControl from the DX21.2: Reporting Toolbox tab, and drop it onto the application’s main form.

    snap-add-control

  3. To create a Main Toolbar, click the Snap Control’s smart tag to invoke its actions list. Depending on the user interface requirements of your application, select Create Ribbon or Create BarManager.

    snap-create-ribbon-smart-tag

  4. After the specified interface is created, select the Ribbon menu tabs to create. To create them all, click Create All Tabs in the control’s actions list. (To learn more about each tab, see Main Toolbar.)

    snap-create-create-all-bars

The Snap application is now ready.

Snap-New-Application

See Also