Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

resizing a dialog box

timberwolf
Beginner
397 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