Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29275 Discussions

If I don't use MinimizationBox of System manu in a Dialog, instead, I use code for a button.

lyricx
Beginner
361 Views
What is the Fortran code functions as a minimization box for a dialog?

Thank you for your help!
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
361 Views
USE DFWIN

ShowWindow(Dlg%hWnd, SW_MINIMIZE)


I'm not positive if it will work if the window doesn't have minimize button though.

0 Kudos
Reply