Placing ActiveX Controls

Description

You may place ActiveX controls developed by other companies onto Alpha Anywhere forms. To place an ActiveX control:

  1. Select the following tool on the Toolbox.

    images/ActiveX_tool_button.gif
  2. Draw a rectangle on the form that represents the position and size of the control.

  3. Select the control in the Insert ActiveX Control dialog and click Insert.

    Runtime applications have special requirements when using 3rd party ActiveX controls. See Using 3rd Party ActiveX Controls in Runtime Applications.
  4. Right click on the form and select Properties... to set form-related Setup, Border, and Dimension properties.

  5. Right click on the form and select ActiveX Properties... to set control-related properties. The contents of the resulting dialog depend entirely on the ActiveX control. See also Using ActiveX Control Events.

  6. Right click on the form and select Show Xbasic to Set ActiveX Properties... to see how to write statements that will read or set control properties. You may copy entries and paste them into your script.

    images/Xbasic_to_set_ActiveX_Control_Properties.gif

See Also