Intel® Fortran Compiler with Windows-Based Applications

ID 757211
Date 6/30/2025
Public
Document Table of Contents

Define an About Box

The ABOUTBOXQQ function specifies the message displayed in the message box that appears when the user selects the About command from a QuickWin application's Help menu. (If your program does not call ABOUTBOXQQ, the QuickWin run-time library supplies a default string.) The message string must be a null-terminated C string. For example:

  USE IFQWIN
  INTEGER status
  status = ABOUTBOXQQ ('Sound Speed Profile Tables Version 1.0'C)