Intel® Fortran Compiler with Windows-Based Applications
ID
757211
Date
6/30/2025
Public
Special Naming Convention for QuickWin and Windows Graphics Routines
Compare QuickWin with Windows-Based Applications
Use Windows API Routines with QuickWin
Types of QuickWin Programs
QuickWin User Interface
USE Statement Needed for Fortran QuickWin Applications
Create QuickWin Windows
Use QuickWin Graphics Library Routines
Select Display Options
Check the Current Graphics Mode
Set the Graphics Mode
Set Figure Properties
Understand Coordinate Systems
Add Color
Write a Graphics Program
Display a Graphics Output
Store and Retrieve Images
Customize QuickWin Applications
QuickWin Programming Precautions
Simulate Nonblocking I/O
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:
Using the resource editor to insert the ActiveX control into the dialog box.
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.
Adding code to your application to manipulate the ActiveX control and respond to control events.
How to ensure that the ActiveX control and the dialog procedure ActiveX container DLL are present and registered on the target system.
Parent topic: Use Dialog Boxes for Application Controls