c - Edit Window stops displaying text after certain limit. (Windows) -


i have developed udp client server application in server continuously reads data 40 different clients , displays on edit window. have automatic scroll enabled on mmy edit window well. code working fine , server continuously receiving data well, after displaying amount of data on edit window, server stops displaying data. apparently looks maximum capacity of edit window full, not sure why happening. can guide might problem be? there limit uptil edit window can display data? waiting :(

standard edit controls default max limit of 32767 characters. use em_limittext message set different max limit needed.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -