Intel® Fortran Compiler with Windows-Based Applications

ID 757211
Date 6/30/2025
Public

Visible to Intel only — GUID: GUID-89D65D81-0661-47E0-8618-80F30A427C6E

Document Table of Contents

Use ActiveX Controls

The dialog routines support the use of ActiveX* controls. This means that the dialog routines can act as an ActiveX control container.

Using an ActiveX control in a dialog box requires four steps:

  1. Using the resource editor to insert the ActiveX control into the dialog box.

  2. Using the Intel® Fortran Module Wizard to generate a module that allows you to use the methods, properties, and events of the ActiveX control from Fortran.

  3. Adding code to your application to manipulate the ActiveX control and respond to control events.

  4. How to ensure that the ActiveX control and the dialog procedure ActiveX container DLL are present and registered on the target system.