List Box: Limit bei Win7 anders als bei XP?
-
Hi!
Sagt mal, kann es sein, dass man unter Win7 nicht so viel Text mit LB_ADDSTRING hinzufügen kann? zB. 10.000 Bytes, ging in XP, war dann halt abgeschnitten irgendwann glaube ich.
Jetzt bei Win7 bleibt die Zeile leer bei der Menge.
-
das sind Anzeigeelemente und keine Speicherstruktur.
-
Jo klar, hat mich nur interessiert.
-
Auszug aus MSDN:
List boxes store all the strings in the list box in one globally allocated segment. Windows limits the total amount of text in a list box to 64 kilobytes (K). If the average string length in a list box is 100 bytes, for example, the list box will be able to display about 650 strings. Space for strings in a list box is allocated in multiples of 256 bytes.
Mehr Informationen findest du hier.