National Instruments 374318A-01 Network Card User Manual


 
Chapter 4 Getting Started with Measurement Studio
© National Instruments Corporation 4-39 Measurement Studio for MCC User Manual
Adding user interface controls to the project
In this section, you will build a Web page that looks like the following
screenshot.
1. Select View»Toolbox to display the Toolbox. The toolbox contains
components and controls that you can add to your project.
2. Click Design to switch from Source View to Design View.
3. Select View»Toolbox to display the Toolbox. The toolbox contains
components and controls that you can add to your project.
4. Expand the HTML group on the Toolbox. Select the Table control in
the toolbox and drag and drop it onto the form. You use the table cells
to arrange the user interface controls on your Web page, as shown in
the previous screenshot.
5. Expand the Standard group on the Toolbox. The Standard group
contains ASP.NET server controls included in the
System.Web.UI
namespace.
6. Select the Button control in the toolbox and drag and drop it into a
table cell.
7. Right-click the button and select Properties to display the Properties
window. You configure the properties of the control in the Properties
window.