Creating a Text Box
- Last UpdatedNov 07, 2016
- 1 minute read
You use text boxes in your application to enable operators to enter text strings.
To create and configure a text box
-
Create and place a text box. Do the following:
-
From the Wizard Selection dialog box, select Windows Control Wizards. The control wizard icons appear.
-
Double-click the text box icon. Your application window reappears and the cursor changes to a left corner symbol.
-
Click a location in the application window to place the wizard. The text box wizard appears with heavy black handles at the corners.

-
Drag and resize the wizard to suit your application.
-
-
Double-click the wizard. The Textbox Control dialog box appears.

-
Configure the dialog box. Do the following:
-
Type a control name, such as TextBox_1, in the ControlName box.
-
Type a memory message tag name, such as New_Value, in the Tagname box.
-
In the Properties area, select Enable Input and Visible.
-
-
Click OK. The Textbox Control dialog box closes.