Dialog items maximum
-
Is there a limit on the number of dialog items that can be put on a dialog in a single dialog application? How many edit boxes, buttons, etc?
I don't think there is a maximum. I would imagine the maximum would be dependent on the screen resolution and how badly you want to overwhelm the user :rolleyes:
"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus
-
Is there a limit on the number of dialog items that can be put on a dialog in a single dialog application? How many edit boxes, buttons, etc?
I think the RC file format has a limit of 255 controls. The actual window system has a limit of 10000 USER handles per process.
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ Dunder-Mifflin, this is Pam.
-
Is there a limit on the number of dialog items that can be put on a dialog in a single dialog application? How many edit boxes, buttons, etc?
Please post a pic of your dialog with 10000 controls on it! ;)
Mark Salsbery Microsoft MVP - Visual C++ "Remember the five Ds of dogeball: Dodge, Dip, Duck, Dive, and Dodge." "If you can dodge a wrench, you can dodge a ball."
-
Is there a limit on the number of dialog items that can be put on a dialog in a single dialog application? How many edit boxes, buttons, etc?
I think yes some times ago I add some controls on the forum but then compiler shows a message that you cant insert controls to forum.
WhiteSky