To learn how to launch and manipulate a Dialog Builder dialog with an ActiveX control first review the section Origin C Dialog Builder Examples and then follow the steps below. The steps below use Origin and Code Builder to launch and manipulate an example dialog with an ActiveX control.
m_objActiveX = GetItem( IDC_AXD_VSFLEXGRID ).GetActiveXControl();
For additional example dialogs containing ActiveX controls see the source files contained in the \Dialog Builder\ActiveXNI subfolder of the unzipped folder above.