Possible Duplicate:
Max Char in TextBox C#?
Is there a known character limit in textboxes in c# winform applications with MaxLenght set to 0 ?
Thanks, Hans
Possible Duplicate:
Max Char in TextBox C#?
Is there a known character limit in textboxes in c# winform applications with MaxLenght set to 0 ?
Thanks, Hans
Win32 documentation says:
TextBoxBase.MaxLength documentation confirms this:
The default is 32767. for more details : http://msdn.microsoft.com/en-us/library/system.windows.forms.textboxbase.maxlength.aspx
for Windows NT 4.0, Windows 2000, Windows 2000 Professional, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional x64 Edition, Windows Server 2003 Platform :-
for Windows Millennium Edition Platform :
for more information see this link