Intel® Fortran Compiler with Windows-Based Applications
ID
757211
Date
6/30/2025
Public
Visible to Intel only — GUID: GUID-BEB1432A-1B5B-4DA1-9A36-06385BF92738
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
Visible to Intel only — GUID: GUID-BEB1432A-1B5B-4DA1-9A36-06385BF92738
Use Static Text
Static text is an area in the dialog that your application writes text to. The user cannot change it. Your application can modify the Static text at any time, for instance to display a current user selection, but the user cannot modify the text. Static text is typically used to label other controls or display messages to the user.
Parent topic: Use Dialog Controls