INFO: Size Limits for a Multiline Edit Control (74225)
The information in this article applies to:
- Microsoft Windows Software Development Kit (SDK) 3.1
This article was previously published under Q74225
3.00 3.10
WINDOWS
kbprg
SUMMARY
In the Microsoft Windows graphical environment, the amount of text
that a user can enter into a multiline edit control is limited by the
number of characters the user can type into the edit control (set
using the EM_LIMITTEXT message) and by the size of the buffer the edit
control uses to hold the text.
In general, Windows edit controls were designed as vehicles into which
the user can enter and edit small amounts of text. They cannot be used
as large-scale text editors.
REFERENCES
For more information on using a global memory buffer, query the
Microsoft Knowledge Base on the following words:
Modification Type: | Minor | Last Reviewed: | 2/11/2005 |
---|
Keywords: | kb16bitonly kbCtrl kbEditCtrl kbinfo KB74225 |
---|
|