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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29306 Discussions

Number of Controls in a Dialog Box

sumitm
Beginner
669 Views
Hi,
Is there a limit to the number of controls in a dialog box.
I am falling about 5 short of what I need and I am unable to add any more.
I have tried to combine some of the static boxes into one.
Is there a way to write a multiline static edit control like
1
2
3
4
5
and it would be part of one control only. /r or /n to get to next line etc
By the way this is a Quickwin App on CVF 6.6c
Thanks for any help.
Sumit
0 Kudos
3 Replies
Steven_L_Intel1
Employee
669 Views
Yes, there is. Some where in the 200s, I think.
0 Kudos
Jugoslav_Dujic
Valued Contributor II
669 Views
I don't recall seeing it. Is it a DFLOGM limitation or a Win32 limitation?
I found that Windows 3.1 or Windows 95 had a maximal number of 255 child windows, but on NT and later systems the number is in theory unlimited.
Jugoslav
0 Kudos
Steven_L_Intel1
Employee
669 Views
I am recalling the child window limitation of Win32 - I don't recall that it was W95 only, but my memory of this issue is hazy.
0 Kudos
Reply