Problem:
How do you use Active X controls in a Net Express project?
Resolution:
Release: 3.1 ActiveX/OLE Automation is covered in the Net Express bookshelf/online books topic "Distributed Computing". There are chapters on OLE Automation and DCOM which explain how COBOL programs can take the form of a client or server in the OLE/COM domain.
Visual ActiveX components can be used in a COBOL program thru the use of the GUI Object COBOL class library or with Dialog System. See the OO Class Library Reference in the help or the Dialog System User's Guide (chapter 10: Programming Your Own Controls) in the bookshelf.