Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
Important Update: Community Platform Migration​. Learn more​>

resizing a dialog box

timberwolf
Beginner
1,408 Views
Hello,
If I open a dialog box with
IF (DlgInit(Name,dlg)) THEN
....
retint =DlgModal(dlg)
CALL DlgUninit(dlg)
END IF
What is the code I would use toget and set the size of the dialog box?
THanks
0 Kudos
0 Replies
Reply