12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>...return = DLGMODAL (mydialog)...DLGMODELESSDialog Function: Displays a modeless dialog box. This function is only available on Windows*systems on IA-32 processors.Module: USE IFLOGMSyntaxresult = DLGMODELESS (dlg [, nCmdShow, hwndParent])dlg(Input) Derived type dialog. Contains dialog box parameters. The components of the typedialog are defined with the PRIVATE attribute, and cannot be changed or individually accessedby the user. The variable passed to this function must remain in memory for the duration of thedialog box, that is from the DLGINIT call through the DLGUNINIT call.The variable can be declared as global data in a module, as a variable with the STATIC attribute,or in a calling procedure that is active for the duration of the dialog box. It must not be anAUTOMATIC variable in the procedure that calls DLGMODELESS.nCmdShow(Input) Integer. Specifies how the dialog box is to be shown. It must be one of the followingvalues:ValueSW_HIDESW_MINIMIZESW_RESTORESW_SHOWSW_SHOWMAXIMIZEDSW_SHOWMINIMIZEDSW_SHOWMINNOACTIVEDescriptionHides the dialog box.Minimizes the dialog box.Activates and displays the dialog box. If the dialog box is minimizedor maximized, the Windows system restores it to its original sizeand position.Activates the dialog box and displays it in its current size andposition.Activates the dialog box and displays it as a maximized window.Activates the dialog box and displays it as an icon.Displays the dialog box as an icon. The window that is currentlyactive remains active.2-58

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!