Ran out of controls......
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I'm adding controls to a dialog, and then I cannot add any more, is there a finite number of controls that I can add to a dialog?? How do I increase this number....?? TIA Senior Test Engineer GLI Australia www.gli.com.au
-
I'm adding controls to a dialog, and then I cannot add any more, is there a finite number of controls that I can add to a dialog?? How do I increase this number....?? TIA Senior Test Engineer GLI Australia www.gli.com.au
IIRC you can only have 255 (or 256?) controls in a dialog resource. If you need more, you must create the controls at runtime. --Mike-- http://home.inreach.com/mdunn/ A recent survey reports that 1/4 of all internet users in England surf for porn. The other 3/4 just didn't want to admit it.