CimSuiteGeneral::CreateUserDialog



Your Ad Here

Description

This function allows you to place a User Control on a Cimatron E dialog.

Syntax

Status = CreateUserDialog ( iControl, iControlTitle, iControlXPos,iControlYPos, iControlHeight, iControlWidth, iXPos, iYPos, iShowTitlebar, oInteractionID );

 

Input: (String ) iControl

Set an ActiveX control (OCX) in the Cimatron E dialog.

Input: (String ) iControlTitle

Set the dialog title.

Input: (Integer ) iControlXPos

Set the ActiveX control position in the dialog (in pixel units).

Input: (Integer ) iControlYPos

Set the ActiveX control position in the dialog (in pixel units).

Input: (Integer ) iControlHeight

Set the ActiveX control Height (in pixel units).

Input: (Integer ) iControlWidth

Set the ActiveX control width (in pixel units).

Input: (Integer ) iXPos

Set the dialog position (in pixel units).

Input: (Integer ) iYPos

Set the dialog position (in pixel units).

Input: (Boolean ) iShowTitlebar

Set whether the title bar will be disabled or enabled.

Output: (Integer ) oInteractionID

Get the created interaction ID.

Return: (Boolean) Status

TRUE if successful.

Return to Cimatron Index


Your Ad Here